Update GOPATH to the home directory.
This commit is contained in:
parent
d49d176bf8
commit
f49c4af5fd
2
.bashrc
2
.bashrc
|
@ -133,7 +133,7 @@ function ssh() { $(which ssh) -axt ${@} "screen -xRRAUO 2>/dev/null || bash"; tp
|
|||
#--------------------------------------------------------------------------------
|
||||
# Set up GOPATH for Go development
|
||||
#--------------------------------------------------------------------------------
|
||||
export GOPATH=${HOME}/src/go
|
||||
export GOPATH=${HOME}
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue