Update README.md

This commit is contained in:
Asim Aslam
2021-11-23 12:52:52 +00:00
committed by GitHub
parent 9401fb0dd6
commit 3f64826136

View File

@@ -26,16 +26,6 @@ To call a service from another
import "github.com/micro/services/helloworld/proto"
```
## Clients
API clients are generated in the [clients](https://github.com/micro/services/tree/master/clients) directory.
To call a service via the api client import as follows
```
import "github.com/micro/services/clients/go/helloworld"
```
## Examples
See the [examples](https://github.com/micro/services/tree/master/examples) directory.