Commit 085f6e95 authored by Matthew Holt's avatar Matthew Holt

Keepin' the comments true

parent 20118bdf
......@@ -7,8 +7,6 @@ type (
// Middleware is the middle layer which represents the traditional
// idea of middleware: it chains one Handler to the next by being
// passed the next Handler in the chain.
//
// Note: This type will be moved into a different package in the future.
Middleware func(Handler) Handler
// Handler is like http.Handler except ServeHTTP returns a status code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment