mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-03 03:49:11 +08:00
Minor comment fix
This commit is contained in:
parent
5ae1a5617c
commit
9770ce7c9f
@ -41,7 +41,7 @@ import (
|
|||||||
type templateContext struct {
|
type templateContext struct {
|
||||||
Root http.FileSystem
|
Root http.FileSystem
|
||||||
Req *http.Request
|
Req *http.Request
|
||||||
Args []interface{} // defined by arguments to .Include
|
Args []interface{} // defined by arguments to funcInclude
|
||||||
RespHeader tplWrappedHeader
|
RespHeader tplWrappedHeader
|
||||||
|
|
||||||
config *Templates
|
config *Templates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user