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

House cleaning

This commit is contained in:
Gonzalo Fernandez-Victorio
2021-04-29 17:38:39 +01:00
parent eae5f90385
commit c821a33692
16 changed files with 159 additions and 144 deletions

View File

@@ -23,8 +23,8 @@ func emptyRelationships() []*Relationship {
return defaultRel
}
func emptyFile() *Docx {
docx := &Docx{
func emptyFile() *DocxLib {
docx := &DocxLib{
Document: Document{
XMLName: xml.Name{
Space: "w",