以下是推荐的软件包,它们在生产环境下表现不错
| Package | Comment | Repository |
|---|---|---|
| fasthttp | 高性能 HTTP 服务器和客户端 | https://github.com/valyala/fasthttp |
| fasttemplate | 高性能字符串替换 | https://github.com/valyala/fasttemplate |
| fastjson | 高性能 JSON 解析 | https://github.com/valyala/fastjson |
| qucktemplate | 高性能序列化到 HTML/JSON/XML | https://github.com/valyala/quicktemplate |
| tableflip | 热升级 | https://github.com/cloudflare/tableflip |
| UUID | Google 的项目 | https://github.com/google/uuid |
| structure | 推荐的文件目录结构 | https://github.com/golang-standards/project-layout |
| godotenv | 环境变量 | https://github.com/joho/godotenv |
| sqlx | 数据库工具 | https://github.com/jmoiron/sqlx |