Updated doc comment

pull/1/head
Matthew Holt 2015-01-29 22:14:31 -07:00
parent 612d77eaab
commit ac7f50b4cd
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// Package middleware includes a variety of middleware for
// the servers to use, according to their configuration.
// Package middleware provides some types and functions common among middleware.
package middleware
import "net/http"