sh: remove $GOPATH due to go 1.16
This commit is contained in:
parent
82b26e9139
commit
acee48c2fa
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue