mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-11 11:04:54 +08:00
fix: empty getAtt
This commit is contained in:
@@ -43,7 +43,7 @@ func unpack(zipReader *zip.Reader) (docx *Docx, err error) {
|
||||
// fill remaining files into tmpfslst
|
||||
docx.tmpfslst = append(docx.tmpfslst, f.Name)
|
||||
}
|
||||
docx.buf = bytes.NewBuffer(make([]byte, 0, 1024*1024*4))
|
||||
docx.buf = bytes.NewBuffer(make([]byte, 0, 1024*1024))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user