Codebase list golang-github-go-kit-kit / 2159fb24-df80-4a66-a950-52f06cc10bdb/main examples / profilesvc
2159fb24-df80-4a66-a950-52f06cc10bdb/main

Tree @2159fb24-df80-4a66-a950-52f06cc10bdb/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.