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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user