revert to using /home/james/.go as was outputting error

This commit is contained in:
James Dixon 2024-01-06 03:26:11 -05:00
parent 0f2bfedcb3
commit 714ffaadc4

View File

@ -350,7 +350,7 @@ if command -v go &> /dev/null; then
export GOMOD="$GOPATH/pkg/mod/github.com/lemonase/" export GOMOD="$GOPATH/pkg/mod/github.com/lemonase/"
# add go path bin directory to path # add go path bin directory to path
[ -d "$(go env GOPATH)/bin" ] && appendpath "$(go env GOPATH)/bin" [ -d "$GOPATH/bin" ] && appendpath "$GOPATH/bin"
fi fi
# rust # rust