Skip to content

Instantly share code, notes, and snippets.

@PandelisZ
Created March 8, 2020 16:27
Show Gist options
  • Save PandelisZ/721051b60749618e5729a54cbb73ffcd to your computer and use it in GitHub Desktop.
Save PandelisZ/721051b60749618e5729a54cbb73ffcd to your computer and use it in GitHub Desktop.
"go.toolsEnvVars": {
"GOFLAGS": "-mod=vendor",
"CGO_ENABLED": "0",
"GO111MODULE": "on",
},
"terminal.integrated.env.osx": {
"GOFLAGS": "-mod=vendor",
"CGO_ENABLED": "0",
"GO111MODULE": "on",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment