We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should essentially be swapped to
# goenv golang switching export GOENV_ROOT="$HOME/.goenv" export PATH="$GOENV_ROOT/bin:$PATH" eval "$(goenv init -)" export PATH="$GOROOT/bin:$PATH" export PATH="$PATH:$GOPATH/bin"
The text was updated successfully, but these errors were encountered:
Also add in homebrew sbin
export PATH="/usr/local/sbin:$PATH"
Sorry, something went wrong.
No branches or pull requests
Should essentially be swapped to
The text was updated successfully, but these errors were encountered: