Go
Language
Libraries
- spf13/cobra: A Commander for modern Go CLI interactions
- gorilla/mux: A powerful HTTP router and URL matcher for building Go web servers with 🦍
- labstack/echo: High performance, minimalist Go web framework
- cznic / sqlite · GitLab
Tools
- mgechev/revive: 🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
- JSON-to-Go: Convert JSON to Go instantly
Mod
- Using Go Modules - The Go Blog
- Go Modules Reference - The Go Programming Language
- Go Modules: an Alternative to GOPATH for Package Distribution | Better Tomorrow with Computer Science
- Why is GO111MODULE everywhere, and everything about Go Modules (updated with Go 1.16) - DEV Community
Templates
Playground
Links
- The Go Programming Language
- Learn Go in Y Minutes
- Go by Example
- Go go-to guide · YourBasic
- プログラミング言語 Go 完全入門
- Go 语言设计与实现 | Go 语言设计与实现
- geektutu/7days-golang: 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7 天用 Go 动手写/从零实现系列
- Go: A Documentary
- Go 101