Feng Xiao 7 rokov pred
rodič
commit
a0a17e24d7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tests.sh

+ 1 - 1
tests.sh

@@ -105,7 +105,7 @@ build_golang() {
   export PATH="`pwd`/src:$PATH"
   export PATH="`pwd`/src:$PATH"
 
 
   export GOPATH="$HOME/gocode"
   export GOPATH="$HOME/gocode"
-  mkdir -p "$GOPATH/src/github.com/google"
+  mkdir -p "$GOPATH/src/github.com/protocolbuffers"
   rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"
   rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"
   ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"
   ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"
   export PATH="$GOPATH/bin:$PATH"
   export PATH="$GOPATH/bin:$PATH"