chore: update docs/golang.md [20260514-2029]

This commit is contained in:
github-actions[bot]
2026-05-14 20:30:05 +00:00
committed by GitHub
parent 8010cafb86
commit 8f1d5acbca

View File

@@ -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 @@
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">What is runtime.Scheme in Kubernetes Go code?<br><br>I&#39;d been confused by this concept for quite some time. Turns out - it&#39;s just a fancy object factory.<br><br>Scheme is a registry maintaining a mapping of Kinds (strings) to Types (structs).<br><br>Schemes are dynamic - new types can be appended. <a href="https://t.co/7o3UYO1HH3">pic.twitter.com/7o3UYO1HH3</a></p>&mdash; Ivan Velichko (@iximiuz) <a href="https://twitter.com/iximiuz/status/1485704726595477515?ref_src=twsrc%5Etfw">January 24, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</center>
</details>
</details>
- [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.