Codebase list golang-github-go-kit-kit / 0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.5.0 examples / profilesvc / README.md
0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.5.0

Tree @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.5.0 (Download .tar.gz)

README.md @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.5.0raw · history · blame

1
2
3
4
# profilesvc

This example demonstrates how to use Go kit to implement a REST-y HTTP service.
It leverages the excellent [gorilla mux package](https://github.com/gorilla/mux) for routing.