Codebase list golang-github-go-kit-kit / dff50435-7a33-4f0c-bbdc-f455eb10d80a/v0.3.0 examples / profilesvc
dff50435-7a33-4f0c-bbdc-f455eb10d80a/v0.3.0

Tree @dff50435-7a33-4f0c-bbdc-f455eb10d80a/v0.3.0 (Download .tar.gz)

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.