浏览代码

GOROOT and GOPATH are required

msmith-techempower 11 年之前
父节点
当前提交
685ff83eb9
共有 1 个文件被更改,包括 7 次插入0 次删除
  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}