This commit is contained in:
Austen Adler 2016-01-19 16:55:22 -05:00
parent bd732b428e
commit c9e3192930

11
test.sh
View File

@ -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