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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user