命令行工具
Standard CLI
- cobra - Commander for modern Go CLI interactions. 跳转 cobra 快速开始
日志
- logrus - Structured logger for Go.跳转 logrus 快速开始
- zap - Fast, structured, leveled logging in Go.跳转 高性能日志库 zap
分布式系统
- go-kit - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc.
- grpc-go The Go language implementation of gRPC. HTTP/2 based RPC.