Codebase list golang-github-go-kit-kit / 3acee0cf-8dfd-409b-92f9-f5db1260ed49/main examples / profilesvc
3acee0cf-8dfd-409b-92f9-f5db1260ed49/main

Tree @3acee0cf-8dfd-409b-92f9-f5db1260ed49/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.