diff --git a/test.sh b/test.sh index 8c3e90a..6ccb021 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,6 @@ -echo $GOROOT -echo $GOPATH -echo $PATH -whoami -touch /test +which go +export GOROOT=$HOME/local/go +export GOPATH=$HOME/go +export PATH=$PATH:$GOROOT/bin:$GOPATH/bin +mkdir -p $GOROOT $GOPATH +pwd