Skip to content

Instantly share code, notes, and snippets.

@khanjanny
Last active August 23, 2021 20:39
Show Gist options
  • Save khanjanny/0aee5a3a891ec83d203660e5e0279740 to your computer and use it in GitHub Desktop.
Save khanjanny/0aee5a3a891ec83d203660e5e0279740 to your computer and use it in GitHub Desktop.
passwd
export GOPATH=$HOME/go
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
@khanjanny
Copy link
Author

export GOPATH=$HOME/go
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment