Codebase list golang-github-go-kit-kit / 3b9658d9-4065-4804-9af8-16961c419f60/v0.3.0 examples / profilesvc / README.md
3b9658d9-4065-4804-9af8-16961c419f60/v0.3.0

Tree @3b9658d9-4065-4804-9af8-16961c419f60/v0.3.0 (Download .tar.gz)

README.md @3b9658d9-4065-4804-9af8-16961c419f60/v0.3.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.