1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-05 07:40:24 +08:00

refactor: Run use Children

This commit is contained in:
源文雨
2023-02-25 21:18:29 +08:00
parent e32b907c6a
commit fafd4c9fc3
14 changed files with 101 additions and 129 deletions

View File

@@ -20,10 +20,6 @@
package docxlib
import (
"sync"
)
//nolint:revive,stylecheck
const (
XMLNS_REL = `http://schemas.openxmlformats.org/package/2006/relationships`
@@ -35,7 +31,6 @@ const (
// Relationships ...
type Relationships struct {
mu sync.RWMutex
Xmlns string `xml:"xmlns,attr"`
Relationship []Relationship
}