Sfoglia il codice sorgente

remove bash_profile.sh for webgo

Lita Gratrix 10 anni fa
parent
commit
ff69031bf8
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      frameworks/Go/webgo/setup.sh

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

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