We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049dea6 commit 9936fd3Copy full SHA for 9936fd3
README.md
@@ -51,7 +51,7 @@ To make use of Go Micro import it
51
import "go-micro.dev/v5"
52
```
53
54
-Define a handler (protobuf is optionally supported - see [example](https://github.com/go-micro/examples/blob/main/helloworld/main.go))
+Define a handler (protobuf is supported via [protoc-gen-micro](https://github.com/micro/go-micro/tree/master/cmd/protoc-gen-micro))
55
56
```golang
57
type Request struct {
0 commit comments