aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/go.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/go.sh')
-rw-r--r--sh/profile.d/go.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/sh/profile.d/go.sh b/sh/profile.d/go.sh
deleted file mode 100644
index 35a4a803..00000000
--- a/sh/profile.d/go.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-# Define path for Go code to be installed
-GOPATH=$HOME/.local/gocode
-export GOPATH
-
-# Prepend GOPATH to PATH for the executables if it exists
-[ -d "$GOPATH"/bin ] && PATH=$GOPATH/bin:$PATH