Searched refs:GOPATH (Results 1 – 17 of 17) sorted by relevance
20 GOPATH=$(pwd)/../gopath21 export GOPATH25 rm -rf "${GOPATH}/src/google.golang.org/grpc"28 git clone --recursive ../grpc-go "${GOPATH}/src/google.golang.org/grpc"30 (cd "${GOPATH}/src/google.golang.org/grpc/benchmark/worker" && go install)
20 GOPATH=$(pwd)/../gopath21 export GOPATH23 "${GOPATH}/bin/worker" "$@"
61 $ $GOPATH/bin/worker --driver_port <driver_port>
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"
41 for _, p := range filepath.SplitList(build.Default.GOPATH) {
54 export GOPATH=${sampledir}/go_gen/
49 GOPATH=${go_path} go test flatbuffers_test \
114 ENV GOPATH=/opt/gopath115 ENV PATH="${GOPATH}/bin:${PATH}"
55 $ export PATH=$PATH:$(go env GOPATH)/bin58 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
24 that you have `$GOPATH/bin` [added to your PATH](https://golang.org/doc/code.html#GOPATH). Run:27 cd $GOPATH/src/go.skia.org/infra/doc
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
49 $ $GOPATH/bin/blamer --match SkDevice --num 10
88 $ $GOPATH/bin/blamer --match SkDevice --num 10