go.env 505 B

123456789101112
  1. # This file contains the initial defaults for go command configuration.
  2. # Values set by 'go env -w' and written to the user's go/env file override these.
  3. # The environment overrides everything else.
  4. # Use the Go module mirror and checksum database by default.
  5. # See https://proxy.golang.org for details.
  6. GOPROXY=https://proxy.golang.org,direct
  7. GOSUMDB=sum.golang.org
  8. # Automatically download newer toolchains as directed by go.mod files.
  9. # See https://go.dev/doc/toolchain for details.
  10. GOTOOLCHAIN=auto