1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-12 11:40:28 +08:00

普适化 template

This commit is contained in:
源文雨
2023-02-21 13:14:21 +08:00
parent 092b86e7f4
commit 585ee6cda8
13 changed files with 51 additions and 28 deletions

2
fs.go
View File

@@ -4,6 +4,6 @@ import "embed"
var (
//go:embed xml
//go:embed xml/_rels/*
//go:embed xml/a4/_rels/*
TEMP_XML_FS embed.FS
)