Skeleton application, based Gorilla Go web toolkit + Negroni as Middleware HTTP.
I'm just try to organize the routes and services (inspired by service container from Vertebrae)
$ glide instal
$ go build main.go
$ ./main
Middleware, how we deal with Middleware by specific routes using Negroni, here the link-article-middleware