mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-04 23:30:25 +08:00
10 lines
103 B
Go
10 lines
103 B
Go
package docxlib
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed xml
|
|
//go:embed xml/_rels/*
|
|
TEMP_XML_FS embed.FS
|
|
)
|