Selaa lähdekoodia

GOROOT and GOPATH are required

msmith-techempower 11 vuotta sitten
vanhempi
commit
685ff83eb9
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      frameworks/Go/gin/bash_profile.sh

+ 7 - 0
frameworks/Go/gin/bash_profile.sh

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