Codebase list golang-github-go-kit-kit / 65b9efbc-27a4-4f3c-9eb9-f6fa700dcd01/main examples / profilesvc / README.md
65b9efbc-27a4-4f3c-9eb9-f6fa700dcd01/main

Tree @65b9efbc-27a4-4f3c-9eb9-f6fa700dcd01/main (Download .tar.gz)

README.md @65b9efbc-27a4-4f3c-9eb9-f6fa700dcd01/mainraw · 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.