Codebase list golang-github-go-kit-kit / 2730e2f
examples/README: update Peter Bourgon 8 years ago
1 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818 1. [Creating a client package](#creating-a-client-package)
1919 1. [Request tracing](#request-tracing)
2020 1. [Threading a context](#threading-a-context)
21 1. [Multiple transports](#multiple-transports)
21 1. [Other examples](#other-examples)
22 1. [Transport-specific](#transport-specific)
23 1. [addsvc](#addsvc)
24 1. [apigateway](#apigateway)
2225
2326 ## A minimal example
2427
647650
648651 ## Other examples
649652
653 ### Transport-specific
654
655 We plan to have small example services that bind to each of our supported transports.
656 Stay tuned.
657
650658 ### addsvc
651659
652660 [addsvc](https://github.com/go-kit/kit/blob/master/examples/addsvc) was the original example application.