Codebase list golang-github-go-kit-kit / 5edacee3-a41d-47b2-abeb-6e0533ceb939/main examples / profilesvc / README.md
5edacee3-a41d-47b2-abeb-6e0533ceb939/main

Tree @5edacee3-a41d-47b2-abeb-6e0533ceb939/main (Download .tar.gz)

README.md @5edacee3-a41d-47b2-abeb-6e0533ceb939/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.