0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

Updated doc comment

This commit is contained in:
Matthew Holt 2015-01-29 22:14:31 -07:00
parent 612d77eaab
commit ac7f50b4cd

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"