Searched refs:GOPATH (Results 1 – 3 of 3) sorted by relevance
19 - Create a directory (e.g. `$HOME/lib/go`) for local go sources and binaries and add it to `$GOPATH…20 - `$ git clone https://android.googlesource.com/platform/tools/gpu $GOPATH/src/android.googlesource…22 - You should now have `$GOPATH/bin/apic`. You might want to add `$GOPATH/bin` to your `$PATH`.
119 export GOPATH="$HOME/gocode"120 mkdir -p "$GOPATH/src/github.com/google"121 rm -f "$GOPATH/src/github.com/google/protobuf"122 ln -s "`pwd`" "$GOPATH/src/github.com/google/protobuf"123 export PATH="$GOPATH/bin:$PATH"
40 ($GOPATH/bin must be in your $PATH for protoc to find it):