bash_profile.sh 155 B

1234567
  1. # Set the root of our go installation
  2. export GOROOT=${IROOT}/go
  3. # Where to find the go executable
  4. export PATH="$GOROOT/bin:$PATH"
  5. export GOPATH=${TROOT}