stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

goweb.Map MatcherFunc updates #35

Closed nelsam closed 11 years ago

nelsam commented 11 years ago

I tried to make the documentation clearer about how matcherFuncs are defined, and I also updated the definitions of goweb.MapStatic and goweb.MapStaticFile to work with MatcherFunc arguments (so that they match handlers.HttpHandler.MapStatic and MapStaticFile)