1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"`
}