Skip to content

Instantly share code, notes, and snippets.

@akmamun
Last active May 6, 2019 09:18
Show Gist options
  • Save akmamun/a2f37059f087f19758d330161962f612 to your computer and use it in GitHub Desktop.
Save akmamun/a2f37059f087f19758d330161962f612 to your computer and use it in GitHub Desktop.
Set Go Lang Path
#add those in bashrc
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment