Codebase list golang-github-go-kit-kit / 12b5105
README.md: update other examples Peter Bourgon 8 years ago
1 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
672672 It also demonstrates how to create and use client packages.
673673 It's a good example of a fully-featured Go kit service.
674674
675 ### profilesvc
676
677 [profilesvc](https://github.com/go-kit/kit/blob/master/examples/profilesvc)
678 demonstrates how to use Go kit to build a REST-ish microservice.
679
675680 ### apigateway
676681
677 The next example in the works is an API gateway.
678 Track issue #91 for progress.
682 Track [issue #202](https://github.com/go-kit/kit/issues/202) for progress.