mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-05 07:40:24 +08:00
chore: make lint happy
This commit is contained in:
2
theme.go
2
theme.go
@@ -32,7 +32,7 @@ func (f *Docx) UseTemplate(template string, tmpfslst []string, tmplfs fs.FS) *Do
|
||||
return f
|
||||
}
|
||||
|
||||
// WithDefaultTheme use default theme embeded
|
||||
// WithDefaultTheme use default theme embedded
|
||||
func (f *Docx) WithDefaultTheme() *Docx {
|
||||
return f.UseTemplate("default", DefaultTemplateFilesList, TemplateXMLFS)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user