Codebase list golang-github-go-kit-kit / d19ee33
Merge pull request #1128 from robbert229/patch-1 fix a broken link to the addsvc example Márk Sági-Kazár authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4848 That's it!
4949 The gRPC binding can be bound to a listener and serve normal gRPC requests.
5050 And within your service, you can use standard go-kit components and idioms.
51 See [addsvc](https://github.com/go-kit/kit/tree/master/examples/addsvc) for
51 See [addsvc](https://github.com/go-kit/examples/blob/master/addsvc/) for
5252 a complete working example with gRPC support. And remember: go-kit services
5353 can support multiple transports simultaneously.