From c9e3192930cf69c7e5e8d606489d4b4f291ef4be Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 19 Jan 2016 16:55:22 -0500 Subject: [PATCH] Test --- test.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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