Преглед изворни кода

remove bash_profile.sh for webgo

Lita Gratrix пре 11 година
родитељ
комит
ff69031bf8
1 измењених фајлова са 3 додато и 0 уклоњено
  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"