Skip to content

Commit

Permalink
Go quick start: use protoc-gen-go from new pkg (#475)
Browse files Browse the repository at this point in the history
Contributes to #437. I've done the first part of the Quick start to confirm that it works.

Context: grpc/grpc-go#3932 (comment)
  • Loading branch information
chalin committed Oct 22, 2020
1 parent 4939d3a commit 0b14ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/languages/go/quickstart.md
Expand Up @@ -22,7 +22,7 @@ spelling: cSpell:ignore Fatalf GOPATH

```sh
$ export GO111MODULE=on # Enable module mode
$ go get github.com/golang/protobuf/protoc-gen-go \
$ go get google.golang.org/protobuf/cmd/protoc-gen-go \
google.golang.org/grpc/cmd/protoc-gen-go-grpc
```

Expand Down

0 comments on commit 0b14ae1

Please sign in to comment.