5 lines
188 B
Markdown
5 lines
188 B
Markdown
|
# 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.
|