Skip to content

Instantly share code, notes, and snippets.

@dreamlu
Last active November 15, 2018 08:35
Show Gist options
  • Save dreamlu/86d0d5dab7d920c5fa5a9100c1fe72c0 to your computer and use it in GitHub Desktop.
Save dreamlu/86d0d5dab7d920c5fa5a9100c1fe72c0 to your computer and use it in GitHub Desktop.
go-path
export GOROOT=/usr/lib/go-1.10
export GOPATH=/home/lu/gowork
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