1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00

Update README.md (#2749)

This commit is contained in:
Asim Aslam
2025-04-23 16:04:24 +01:00
committed by GitHub
parent 049dea6804
commit 200a3cb0ce

View File

@ -51,7 +51,7 @@ To make use of Go Micro import it
import "go-micro.dev/v5"
```
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))
```golang
type Request struct {