Config
- envconfig
- libchan:Like Go channels over the network
- errHandle:errcheck checks that you checked errors.
Docker
Log
- sirupsen/logrus: Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
Proxy
export GOPROXY="https://athens.azurefd.net"export GOPROXY="https://goproxy.io"export GOPROXY="https://mirrors.aliyun.com/goproxy/"export GOPROXY="https://goproxy.cn" // 据说比较稳定// go env -w GOPROXY=https://goproxy.cn,directexport GO111MODULE=ongo get -u golang.org/x/...
