change go path

This commit is contained in:
hophacker 2019-08-31 12:26:40 +08:00
parent 8275ccd8a5
commit 737ecf8c64

View File

@ -35,7 +35,7 @@ export LC_ALL=en_US.UTF-8
# Golang
export GOROOT_BOOTSTRAP=/usr/local/go
export GOPATH=$HOME/gocode
export GOPATH=$HOME/go
PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
if [[ "$(uname)" == "Darwin" ]]; then