From 1cd594963eb54b011764e1172b18aabd3bde90d3 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Sun, 16 Oct 2022 12:25:44 -0400 Subject: docs: Fix templates documentation, stray newline breaks godoc (#5149) --- modules/caddyhttp/templates/templates.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/caddyhttp/templates') diff --git a/modules/caddyhttp/templates/templates.go b/modules/caddyhttp/templates/templates.go index 29d1650..e32e1c3 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 -- cgit v1.2.3