1
0
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:
源文雨
2023-02-26 15:01:17 +08:00
parent 592c7b5d13
commit 0e18f8a163
11 changed files with 154 additions and 80 deletions

View File

@@ -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