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:
parent
612d77eaab
commit
ac7f50b4cd
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue