1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-05-25 21:53:14 +02:00

Update README.md

This commit is contained in:
Asim Aslam 2025-05-07 17:07:20 +01:00 committed by GitHub
parent 17c04258a4
commit 46db7df218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,11 +124,3 @@ Call it via http://localhost:8080/
```
curl -d '{"name": "Asim"}' https://localhost:8080/helloworld/Say/Hello
```
## Protobuf
Protobuf is supported via [protoc-gen-micro](https://github.com/micro/micro/tree/master/cmd/protoc-gen-micro)
## Plugins
See [Plugins](https://github.com/micro/plugins) for implementations of the various core interfaces.