|
@@ -114,8 +114,8 @@ if ! shopt -oq posix; then
|
|
|
fi
|
|
|
|
|
|
export GOPATH=$HOME/go
|
|
|
-export GOROOT=/usr/local/src/go
|
|
|
-export PATH=$PATH:$GOROOT/bin
|
|
|
+#export GOROOT=/usr/lib/go
|
|
|
+#export PATH=$PATH:$GOROOT/bin
|
|
|
|
|
|
# Add scripts directories to the path
|
|
|
if [ -d ~/scripts ]; then
|