mirror of
https://github.com/wahyd4/caddy.git
synced 2026-08-09 05:16:13 +10:00
Minor comment fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user