فهرست منبع

remove bash_profile.sh for webgo

Lita Gratrix 10 سال پیش
والد
کامیت
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"