|
|
@ -4,7 +4,6 @@ unalias gb &>/dev/null
|
|
|
|
export GOROOT=/usr/local/go
|
|
|
|
export GOROOT=/usr/local/go
|
|
|
|
export GOPATH=$MYSRC/gopath
|
|
|
|
export GOPATH=$MYSRC/gopath
|
|
|
|
|
|
|
|
|
|
|
|
# Set the list of directories that Zsh searches for programs.
|
|
|
|
|
|
|
|
path=(
|
|
|
|
path=(
|
|
|
|
$path
|
|
|
|
$path
|
|
|
|
$GOPATH/bin
|
|
|
|
$GOPATH/bin
|
|
|
|