Codebase list golang-github-go-kit-kit / d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.4.0 examples / profilesvc / README.md
d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.4.0

Tree @d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.4.0 (Download .tar.gz)

README.md @d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.4.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.