Codebase list golang-github-go-kit-kit / f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.0 examples / profilesvc / README.md
f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.0

Tree @f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.0 (Download .tar.gz)

README.md @f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.2.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.