1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

Minor comment fix

This commit is contained in:
Matthew Holt 2020-04-27 14:30:37 -06:00
parent 5ae1a5617c
commit 9770ce7c9f

View file

@ -41,7 +41,7 @@ import (
type templateContext struct {
Root http.FileSystem
Req *http.Request
Args []interface{} // defined by arguments to .Include
Args []interface{} // defined by arguments to funcInclude
RespHeader tplWrappedHeader
config *Templates