mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-11 19:10:24 +08:00
make lint happy
This commit is contained in:
2
fs.go
2
fs.go
@@ -28,7 +28,7 @@ var (
|
|||||||
//go:embed xml/a4/_rels/*
|
//go:embed xml/a4/_rels/*
|
||||||
TemplateXMLFS embed.FS
|
TemplateXMLFS embed.FS
|
||||||
|
|
||||||
// A4TemplateFileList is the files list under TemplateXMLFS/xml/a4
|
// A4TemplateFilesList is the files list under TemplateXMLFS/xml/a4
|
||||||
A4TemplateFilesList = []string{
|
A4TemplateFilesList = []string{
|
||||||
"_rels/.rels",
|
"_rels/.rels",
|
||||||
"docProps/app.xml",
|
"docProps/app.xml",
|
||||||
|
|||||||
Reference in New Issue
Block a user