1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-05 07:40:24 +08:00
Files
go-docx/fs.go
2023-02-23 15:22:56 +08:00

11 lines
153 B
Go

package docxlib
import "embed"
var (
// TemplateXMLFS stores template docx files
//go:embed xml
//go:embed xml/a4/_rels/*
TemplateXMLFS embed.FS
)