Codebase list golang-github-go-kit-kit / d190db7c-82d2-4bba-bfa1-7c00a8b5ef75/main examples / profilesvc
d190db7c-82d2-4bba-bfa1-7c00a8b5ef75/main

Tree @d190db7c-82d2-4bba-bfa1-7c00a8b5ef75/main (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.