mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-10 18:40:28 +08:00
feat: add shade effect
This commit is contained in:
@@ -87,10 +87,7 @@ func (f *Docx) parseDocument(file *zip.File) error {
|
||||
|
||||
f.Document.Body.file = f
|
||||
err = xml.NewDecoder(zf).Decode(&f.Document)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
||||
// parseDocRelation processes one of the relevant files, the one with the relationships
|
||||
|
||||
Reference in New Issue
Block a user