Codebase list golang-github-go-kit-kit / 4509b84c-5d8f-4656-8a70-242053b8059a/main examples / profilesvc
4509b84c-5d8f-4656-8a70-242053b8059a/main

Tree @4509b84c-5d8f-4656-8a70-242053b8059a/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.