Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@saqibameen
Created March 20, 2019 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqibameen/9e451e312f38c3713bf286d58fc8ecfc to your computer and use it in GitHub Desktop.
Save saqibameen/9e451e312f38c3713bf286d58fc8ecfc to your computer and use it in GitHub Desktop.
Setting Paths for GO
export GOPATH=/Users/saqibameen/Code/sa-learn-go/project1/main
export GOBIN=$GOPATH/bin
PATH=$PATH:$GOPATH:$GOBIN
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment