Codebase list golang-github-go-kit-kit / run/3f22f66e-2efd-4294-84f5-313564e9d744/main examples / profilesvc
run/3f22f66e-2efd-4294-84f5-313564e9d744/main

Tree @run/3f22f66e-2efd-4294-84f5-313564e9d744/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.