thoas / stats

A Go middleware that stores various information about your web application (response time, status code count, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any thoughts on how this could integrate with Gorilla Mux?

bfitzsimmons opened this issue · comments

commented

Sorry late on this topic.

Gorilla mux is just a layer on top of the standard mux, so it's basically the same.

You can see an example here

Hopes, it will help ;)