diff options
author | Francis Lavoie <[email protected]> | 2022-10-16 12:25:44 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-16 12:25:44 -0400 |
commit | 1cd594963eb54b011764e1172b18aabd3bde90d3 (patch) | |
tree | 613356c94d1ea845b4ea5f5c8486263c4ff4be05 /modules/caddyhttp/templates/templates.go | |
parent | 6bad878a22e048762262d6fabe2144cefaf4ca81 (diff) | |
download | caddy-1cd594963eb54b011764e1172b18aabd3bde90d3.tar.gz caddy-1cd594963eb54b011764e1172b18aabd3bde90d3.zip |
docs: Fix templates documentation, stray newline breaks godoc (#5149)
Diffstat (limited to 'modules/caddyhttp/templates/templates.go')
-rw-r--r-- | modules/caddyhttp/templates/templates.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/caddyhttp/templates/templates.go b/modules/caddyhttp/templates/templates.go index 29d165070..e32e1c3a6 100644 --- a/modules/caddyhttp/templates/templates.go +++ b/modules/caddyhttp/templates/templates.go @@ -268,7 +268,6 @@ func init() { // {{humanize "time" "Fri, 05 May 2022 15:04:05 +0200"}} // {{humanize "time:2006-Jan-02" "2022-May-05"}} // ``` - type Templates struct { // The root path from which to load files. Required if template functions // accessing the file system are used (such as include). Default is |