Codebase list golang-github-go-kit-kit / 203e4782-15ed-484f-9517-a1c12654c5bc/v0.5.0 examples / profilesvc / README.md
203e4782-15ed-484f-9517-a1c12654c5bc/v0.5.0

Tree @203e4782-15ed-484f-9517-a1c12654c5bc/v0.5.0 (Download .tar.gz)

README.md @203e4782-15ed-484f-9517-a1c12654c5bc/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.