1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00

Remove missing gRPC example from README.md (#2112)

This commit is contained in:
Josemy Duarte
2021-01-30 19:13:56 +01:00
committed by GitHub
parent bba3107ae1
commit ca3dfc4580

View File

@ -22,7 +22,6 @@ This is a repository for go-micro examples. Feel free to contribute.
- [options](options) - Setting options in the go-micro framework - [options](options) - Setting options in the go-micro framework
- [plugins](plugins) - How to use plugins - [plugins](plugins) - How to use plugins
- [pubsub](pubsub) - Example of using pubsub at the client/server level - [pubsub](pubsub) - Example of using pubsub at the client/server level
- [grpc](grpc) - Examples of how to use grpc
- [redirect](redirect) - An example of how to http redirect using an API service - [redirect](redirect) - An example of how to http redirect using an API service
- [roundrobin](roundrobin) - A stateful client wrapper for true round robin of requests - [roundrobin](roundrobin) - A stateful client wrapper for true round robin of requests
- [secure](secure) - Demonstrates use of transport secure option for self signed certs - [secure](secure) - Demonstrates use of transport secure option for self signed certs