Go
Wednesday, February 27, 2019
Setting GOPATH for MacOS
echo 'export PATH=$PATH:/usr/local/go/bin' >>~/.profile
echo 'export GOPATH=$HOME/go' >>~/.profile
echo 'export PATH=$PATH:$GOPATH/bin' >>~/.profile
source ~/.profile
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment