1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-11 02:50:27 +08:00

make lint happy

This commit is contained in:
源文雨
2023-02-23 15:22:56 +08:00
parent 958a125885
commit b9c9164250
14 changed files with 76 additions and 38 deletions

3
fs.go
View File

@@ -3,7 +3,8 @@ package docxlib
import "embed"
var (
// TemplateXMLFS stores template docx files
//go:embed xml
//go:embed xml/a4/_rels/*
TEMP_XML_FS embed.FS
TemplateXMLFS embed.FS
)