Skip to content

Instantly share code, notes, and snippets.

@repodevs
Created December 6, 2025 10:01
Show Gist options
  • Select an option

  • Save repodevs/7b19768e4ee11e1a3396c933ca2a5fb0 to your computer and use it in GitHub Desktop.

Select an option

Save repodevs/7b19768e4ee11e1a3396c933ca2a5fb0 to your computer and use it in GitHub Desktop.
direnv auto load and set golang version
export GOROOT="$(go1.17 env GOROOT)"
PATH_add "$(go1.17 env GOROOT)/bin"
export GO111MODULE=on
export GOFLAGS=-mod=vendor
export CGO_ENABLED=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment