Golang 编码最佳实践
# Go 语言实战: 编写可维护 Go 语言代码建议
# 目录
- 1. 指导原则 (opens new window)
- 2. 标识符 (opens new window)
- 3. 注释 (opens new window)
- 4. 包的设计 (opens new window)
- 5. 项目结构 (opens new window)
- 6. API 设计 (opens new window)
- 7. 错误处理 (opens new window)
- 8. 并发 (opens new window)
# 原文地址
https://dave.cheney.net/practical-go/presentations/qcon-china.html
https://github.com/llitfkitfk/go-best-practice
https://go.dev/play/
编辑 (opens new window)
上次更新: 2024/09/07, 21:54:32