diff options
Diffstat (limited to 'sh/profile.d/go.sh')
-rw-r--r-- | sh/profile.d/go.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/profile.d/go.sh b/sh/profile.d/go.sh index 592b651e..86bf9994 100644 --- a/sh/profile.d/go.sh +++ b/sh/profile.d/go.sh @@ -6,4 +6,3 @@ export GOPATH if [ -d "$GOPATH"/bin ] ; then PATH=$GOPATH/bin:$PATH fi - |