Update GOPATH to the home directory.

This commit is contained in:
Scott Wallace 2018-02-14 19:44:39 +00:00
parent d49d176bf8
commit f49c4af5fd

View file

@ -133,7 +133,7 @@ function ssh() { $(which ssh) -axt ${@} "screen -xRRAUO 2>/dev/null || bash"; tp
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# Set up GOPATH for Go development # Set up GOPATH for Go development
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
export GOPATH=${HOME}/src/go export GOPATH=${HOME}
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------