From fdce24d4d4933e2292a0d6d0d59b7900da25d44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:06:42 +0800 Subject: [PATCH] make lint happy --- fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.go b/fs.go index ecc953f..782a8fc 100644 --- a/fs.go +++ b/fs.go @@ -28,7 +28,7 @@ var ( //go:embed xml/a4/_rels/* TemplateXMLFS embed.FS - // A4TemplateFileList is the files list under TemplateXMLFS/xml/a4 + // A4TemplateFilesList is the files list under TemplateXMLFS/xml/a4 A4TemplateFilesList = []string{ "_rels/.rels", "docProps/app.xml",