Przeglądaj źródła

remove bash_profile.sh from go

Lita Gratrix 10 lat temu
rodzic
commit
39c481c324
2 zmienionych plików z 3 dodań i 4 usunięć
  1. 0 4
      frameworks/Go/go/bash_profile.sh
  2. 3 0
      frameworks/Go/go/setup.sh

+ 0 - 4
frameworks/Go/go/bash_profile.sh

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

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

@@ -1,4 +1,7 @@
 #!/bin/bash
+# Set the root of our go installation
+export GOROOT=${IROOT}/go
+export GOPATH=${TROOT}
 
 sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/hello/hello.go