Config

Docker

  • wagoodman/dive: A tool for exploring each layer in a docker image

Log

  • sirupsen/logrus: Package logrus is a structured logger for Go, completely API compatible with the standard library logger.

Proxy

  1. export GOPROXY="https://athens.azurefd.net"
  2. export GOPROXY="https://goproxy.io"
  3. export GOPROXY="https://mirrors.aliyun.com/goproxy/"
  4. export GOPROXY="https://goproxy.cn" // 据说比较稳定
  5. // go env -w GOPROXY=https://goproxy.cn,direct
  6. export GO111MODULE=on
  7. go get -u golang.org/x/...