mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-08 17:20:26 +08:00
make lint happy
This commit is contained in:
4
empty.go
4
empty.go
@@ -19,7 +19,7 @@ func newEmptyA4File() *Docx {
|
||||
Paragraphs: make([]Paragraph, 0, 64),
|
||||
},
|
||||
},
|
||||
DocRelation: Relationships{
|
||||
docRelation: Relationships{
|
||||
Xmlns: XMLNS_REL,
|
||||
Relationship: []Relationship{
|
||||
{
|
||||
@@ -51,7 +51,7 @@ func newEmptyA4File() *Docx {
|
||||
},
|
||||
media: make([]Media, 0, 64),
|
||||
mediaNameIdx: make(map[string]int, 64),
|
||||
rId: 5,
|
||||
rID: 5,
|
||||
template: "a4",
|
||||
tmpfslst: []string{
|
||||
"_rels/.rels",
|
||||
|
||||
Reference in New Issue
Block a user