sh: remove $GOPATH due to go 1.16

This commit is contained in:
George Rawlinson 2021-03-24 07:17:01 +00:00
parent 82b26e9139
commit acee48c2fa
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 0 additions and 9 deletions

View File

@ -63,15 +63,6 @@ if command -v npm &> /dev/null; then
export MANPATH
fi
# go
if command -v go &> /dev/null; then
# Export $GOPATH
export GOPATH="$HOME/Code/go"
# Add Go binary directory to $PATH
path+=("$GOPATH/bin")
fi
# finally, export $PATH
export PATH