Skip to content

Instantly share code, notes, and snippets.

@zouchao
Created March 21, 2019 07:01
Show Gist options
  • Save zouchao/4ed26e5c283b0b4951fafdfebf45c222 to your computer and use it in GitHub Desktop.
Save zouchao/4ed26e5c283b0b4951fafdfebf45c222 to your computer and use it in GitHub Desktop.
goenv
export GOENV_ROOT="$HOME/.goenv"
export PATH="$GOENV_ROOT/bin:$PATH"
eval "$(goenv init -)"
export PATH="$GOROOT/bin:$PATH"
export PATH="$GOPATH/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment