Home
last modified time | relevance | path

Searched refs:GOPATH (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/
H A Dtests.sh164 export GOPATH="$HOME/gocode"
165 mkdir -p "$GOPATH/src/github.com/protocolbuffers"
166 mkdir -p "$GOPATH/src/github.com/golang"
167 rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"
168 rm -f "$GOPATH/src/github.com/golang/protobuf"
169 ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"
170 export PATH="$GOPATH/bin:$PATH"
171 (cd $GOPATH/src/github.com/golang && git clone https://github.com/golang/protobuf.git && cd protobuf && git checkout v1.3.5)

Completed in 2 milliseconds