From 8f1d5acbca70816ffcfeb6c3e0b722d41d100737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:30:05 +0000 Subject: [PATCH] chore: update docs/golang.md [20260514-2029] --- docs/golang.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/golang.md b/docs/golang.md index 2e33e1a1..6c72f95f 100644 --- a/docs/golang.md +++ b/docs/golang.md @@ -90,6 +90,7 @@ - [a8m/golang-cheat-sheet](https://github.com/a8m/golang-cheat-sheet) An overview of Go syntax and features. ## Go Frameworks and libraries + - [Koa.js](https://koa) - *(Related to web-servers topic)* - [go-micro](https://github.com/asim/go-micro) Go Micro is a framework for distributed systems development - [dapr.io](https://dapr.io) @@ -109,6 +110,7 @@ - [volatiletech/sqlboiler](https://github.com/volatiletech/sqlboiler) Generate a Go ORM tailored to your database schema. ## Go Tools + - [IntelliJ vs. VSCode for Rust Development](https://users.rust-lang.org/t/anyone-here-go-intellij-vscode/84499) - *(Related to devel-sites topic)* - [jcchavezs/porto](https://github.com/jcchavezs/porto) Tool for adding [vanity imports](https://sagikazarmark.hu/blog/vanity-import-paths-in-go/) URI to Go files. If you want to enforce vanity import paths, it automates the addition of the import directive. - [mholt/json-to-go](https://github.com/mholt/json-to-go) Translates JSON into a Go type in your browser instantly (original) @@ -166,4 +168,5 @@
- \ No newline at end of file + + - [NodeJS Best Practices (Spanish Translation)](https://github.com/goldbergyoni/nodebestpractices/blob/spanish-translation/README.spanish.md) - This repository provides a comprehensive guide to NodeJS best practices, with a focus on a Spanish translation of the main README file. It covers various aspects of NodeJS development to ensure maintainability, scalability, and performance. \ No newline at end of fileWhat is runtime.Scheme in Kubernetes Go code?
— Ivan Velichko (@iximiuz) January 24, 2022
I'd been confused by this concept for quite some time. Turns out - it's just a fancy object factory.
Scheme is a registry maintaining a mapping of Kinds (strings) to Types (structs).
Schemes are dynamic - new types can be appended. pic.twitter.com/7o3UYO1HH3