Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. After download and move to your interested folder, add this line to ~/.bashrc and ~/.profile
  2.  
  3. ```
  4. export GOPATH=$HOME/gowork
  5. export GOBIN=$GOPATH/bin
  6. export PATH=$PATH:$GOPATH/bin
  7. export GOROOT=/usr/local/go
  8.  
  9. export PATH=$PATH:$GOROOT/bin
  10. ```
Add Comment
Please, Sign In to add comment