Browse Source

remove bash_profile.sh for webgo

Lita Gratrix 10 years ago
parent
commit
ff69031bf8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frameworks/Go/webgo/setup.sh

+ 3 - 0
frameworks/Go/webgo/setup.sh

@@ -1,4 +1,7 @@
 #!/bin/bash
+# Set the root of our go installation
+export GOROOT=${IROOT}/go
+export GOPATH=${TROOT}
 
 # Where to find the go executable
 export PATH="$GOROOT/bin:$PATH"