Codebase list golang-github-go-kit-kit / 57e42947-053b-4fa8-903a-e65457a9da94/main examples / profilesvc / README.md
57e42947-053b-4fa8-903a-e65457a9da94/main

Tree @57e42947-053b-4fa8-903a-e65457a9da94/main (Download .tar.gz)

README.md @57e42947-053b-4fa8-903a-e65457a9da94/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.