Codebase list golang-github-go-kit-kit / dee2839
examples: fix links in README Peter Bourgon 7 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1919 1. [Request tracing](#request-tracing)
2020 1. [Threading a context](#threading-a-context)
2121 1. [Other examples](#other-examples)
22 1. [Transport-specific](#transport-specific)
2322 1. [addsvc](#addsvc)
23 1. [profilesvc](#profilesvc)
2424 1. [apigateway](#apigateway)
25 1. [shipping](#shipping)
2526
2627 ## A minimal example
2728
707708 demonstrates how to use Go kit to build a REST-ish microservice.
708709
709710 ### apigateway
711
710712 [apigateway](https://github.com/go-kit/kit/blob/master/examples/apigateway/main.go)
711713 demonstrates how to implement the API gateway pattern,
712714 backed by a Consul service discovery system.