From 9b610595bdec6c0e62d1469e077f18d0e70fa633 Mon Sep 17 00:00:00 2001 From: handlerug Date: Wed, 23 Jun 2021 22:46:04 +0700 Subject: [PATCH] Fix comments in static/static.go --- static/static.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/static.go b/static/static.go index e7850d6..35fa098 100644 --- a/static/static.go +++ b/static/static.go @@ -34,7 +34,8 @@ func (f HybridFS) Open(name string) (fs.File, error) { return nil, err } -// InitFS initializes the global HybridFS singleton with the local wiki. +// InitFS initializes the global HybridFS singleton with the wiki's own static +// files directory as a primary filesystem and the embedded one as a fallback. func InitFS(localPath string) { FS = HybridFS{ fs: []fs.FS{