Searched refs:GOPATH (Results 1 – 7 of 7) sorted by relevance
70 export GOPATH="$HOME/gocode"71 mkdir -p "$GOPATH/src/github.com/google"72 rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"73 ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"74 export PATH="$GOPATH/bin:$PATH"
164 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 protob…
10 export GOPATH="$(pwd)/cache/gopath"
55 $ export PATH=$PATH:$(go env GOPATH)/bin58 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
46 Add new variable GOPATH='`<path to cherry>`'178 GOPATH='`<path to cherry>`'
103 Then, install the Go Protocol Buffers plugin ($GOPATH/bin must be in your $PATH
88 $ $GOPATH/bin/blamer --match SkDevice --num 10