diff --git a/outputMeta/packagemetatagoutputter.go b/outputMeta/package-meta-tag-outputter.go similarity index 100% rename from outputMeta/packagemetatagoutputter.go rename to outputMeta/package-meta-tag-outputter.go diff --git a/web/outputpage.html b/web/output-page.html similarity index 100% rename from web/outputpage.html rename to web/output-page.html diff --git a/web/pagehandler-templatemarshal.go b/web/page-handler-template-marshal.go similarity index 100% rename from web/pagehandler-templatemarshal.go rename to web/page-handler-template-marshal.go diff --git a/web/pagehandler.go b/web/page-handler.go similarity index 98% rename from web/pagehandler.go rename to web/page-handler.go index 9485389..00fc7ec 100644 --- a/web/pagehandler.go +++ b/web/page-handler.go @@ -15,7 +15,7 @@ type PageHandler struct { MetaOutput *outputMeta.PackageMetaTagOutputter } -//go:embed outputpage.html +//go:embed output-page.html var outputPage string var pageTemplateFuncMap template.FuncMap = template.FuncMap{