Skip to content

Instantly share code, notes, and snippets.

@wujiyu115
Created April 19, 2017 02:37
Show Gist options
  • Save wujiyu115/e8081bd41bb61524c772b961bbe053c6 to your computer and use it in GitHub Desktop.
Save wujiyu115/e8081bd41bb61524c772b961bbe053c6 to your computer and use it in GitHub Desktop.
go环镜设置
mkdir -p ~/gopath/bin
mkdir -p ~/gopath/src
midir -p ~/gopath/pkg
sudo chown -R far:far /home/gopath
chmod -R 777 /home/gopath
export GOPATH=~/gopath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment