/gokit-gorilla-mux-starter

A starter project for a GoKit Gorilla Mux project

Primary LanguageGo

go-kit with Gorilla Mux starter

Requirements:

>= Go 1.4.x

To build and run, first install godep:

$ go get github.com/tools/godep

Then install dependencies:

$ godep restore

Run the server:

$ go build && ./gokit-gorilla-mux-starter