commit ed264146b8e4b93a49c6bfa33f9283444a2adb82 parent 994e1bbd86978b0cafee304fd901e58dcf985c7e Author: Daniel Moch <daniel@danielmoch.com> Date: Sun, 5 Jan 2020 15:02:03 -0500 Go: Set $GOPATH to $HOME Diffstat:
M | etc/profile.d/go.sh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/etc/profile.d/go.sh b/etc/profile.d/go.sh @@ -1,6 +1,5 @@ if type go > /dev/null 2>&1 then - GOPATH="$HOME/src/go" + GOPATH="$HOME" export GOPATH - __addpath "$HOME/src/go/bin" fi