Codebase list golang-github-go-kit-kit / ccf3d8d
fix a broken link to the addsvc example The documentation included a stale link to where the addsvc example used to live from before the examples were extracted into their own git repo. John Rowley 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.