Created
March 21, 2019 07:01
-
-
Save zouchao/4ed26e5c283b0b4951fafdfebf45c222 to your computer and use it in GitHub Desktop.
goenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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