Link
- 官方文档
- Effective Go - The Go Programming Language
- GitHub - bingohuang/effective-go-zh-en: 《Effective Go》中英双语版
- Frequently Asked Questions (FAQ) - The Go Programming Language
- 标准库
- 项目布局
- golang-standards/project-layout
- 我来告诉你 Go 项目标准结构如何布局
- Simple Go project layout with modules - Eli Bendersky's website
- 规范指南
- 在线工具
- Compiler Explorer:实时编译展示汇编代码
- gitignore.io:在线生成 gitignore
- 开源库
Embed GitHub 强大的 http client 工具
testify
测试工具库,包含 assert/mock
- :终端UI库
duf
df 命令强化
- 其他