Codebase list golang-github-go-kit-kit / 2e57bc61-9ddf-4426-a731-c355b0ad7215/main examples / profilesvc
2e57bc61-9ddf-4426-a731-c355b0ad7215/main

Tree @2e57bc61-9ddf-4426-a731-c355b0ad7215/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.