bash_profile.sh 100 B

123456
  1. #!/bin/bash
  2. # Set the root of our go installation
  3. export GOROOT=${IROOT}/go
  4. export GOPATH=${TROOT}