Эх сурвалжийг харах

GOROOT and GOPATH are required

msmith-techempower 11 жил өмнө
parent
commit
685ff83eb9

+ 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}