1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-04 21:42:57 +02:00

Update README.md

This commit is contained in:
Asim Aslam
2023-04-12 11:09:56 +01:00
committed by GitHub
parent 7fe95e8732
commit 0f9b2f00c9

View File

@@ -61,7 +61,7 @@ import "go-micro.dev/v4
Define a handler (protobuf is optionally supported - see [example](https://github.com/go-micro/examples/blob/main/helloworld/main.go))
```
```golang
type Request struct {
Name string `json:"name"`
}