Godoc for middleware packages and server package

This commit is contained in:
Matthew Holt
2015-01-29 23:52:18 -07:00
parent bcdf04d00e
commit ae2a2d5b00
7 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,6 @@
// Package headers provides middleware that appends headers to
// requests based on a set of configuration rules that define
// which routes receive which headers.
package headers
import (