Skip to content

Commit

Permalink
Merge 9475b3e into 15af139
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Dec 4, 2018
2 parents 15af139 + 9475b3e commit 24ad05a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ $(BIN)/golint:
GO111MODULE=off go get github.com/golang/lint/golint
GO111MODULE=off go build -o $@ github.com/golang/lint/golint
$(BIN)/protoc-gen-go:
GO111MODULE=off go get github.com/golang/protobuf/protoc-gen-go
GO111MODULE=off go get -d github.com/golang/protobuf/protoc-gen-go
git -C "$(shell go env GOPATH)/src/github.com/golang/protobuf" checkout v1.2.0
go install github.com/golang/protobuf/protoc-gen-go
GO111MODULE=off go build -o $@ github.com/golang/protobuf/protoc-gen-go
$(BIN)/goimports:
GO111MODULE=off go get golang.org/x/tools/cmd/goimports
Expand Down

0 comments on commit 24ad05a

Please sign in to comment.