fzxiehui / worker_notes

0 stars 0 forks source link

修改go环境 #18

Open fzxiehui opened 1 year ago

fzxiehui commented 1 year ago
echo "export GOPATH=\$HOME/work" >> ~/.profile
echo "PATH=\$PATH:/usr/local/go/bin:\$GOPATH/bin" >> ~/.profile
source ~/.profile