From 95ed603de79c66ff76bfe7e42986a2fc8c7a1fa4 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 23 Dec 2019 12:45:35 -0700 Subject: Improve godocs all around These will be used in the new automated documentation system --- modules/caddyhttp/fileserver/browse.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/caddyhttp/fileserver/browse.go') diff --git a/modules/caddyhttp/fileserver/browse.go b/modules/caddyhttp/fileserver/browse.go index 48f2cc7..aa8372e 100644 --- a/modules/caddyhttp/fileserver/browse.go +++ b/modules/caddyhttp/fileserver/browse.go @@ -29,6 +29,7 @@ import ( // Browse configures directory browsing. type Browse struct { + // Use this template file instead of the default browse template. TemplateFile string `json:"template_file,omitempty"` template *template.Template -- cgit v1.2.3