Browse Source

remove bash_profile.sh from gin

Lita Gratrix 10 years ago
parent
commit
f31e6be032
2 changed files with 3 additions and 6 deletions
  1. 0 6
      frameworks/Go/gin/bash_profile.sh
  2. 3 0
      frameworks/Go/gin/setup.sh

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

@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# Set the root of our go installation
-export GOROOT=${IROOT}/go
-
-export GOPATH=${TROOT}

+ 3 - 0
frameworks/Go/gin/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"