Skip to content

Instantly share code, notes, and snippets.

@angelside
Last active May 3, 2023 06:10
Show Gist options
  • Save angelside/2ee6975b961535c5aa1579c1d0b0258c to your computer and use it in GitHub Desktop.
Save angelside/2ee6975b961535c5aa1579c1d0b0258c to your computer and use it in GitHub Desktop.
GO Modules Behind The Corporate Firewall
export GOINSECURE="github.com,golang.org"
export GONOSUMDB="github.com,golang.org"
export GOPRIVATE="github.com,golang.org"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment