mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-08 09:10:24 +08:00
make lint happy
This commit is contained in:
@@ -12,12 +12,14 @@ const (
|
||||
REL_TARGETMODE = "External"
|
||||
)
|
||||
|
||||
// Relationships ...
|
||||
type Relationships struct {
|
||||
mu sync.RWMutex
|
||||
Xmlns string `xml:"xmlns,attr"`
|
||||
Relationship []Relationship
|
||||
}
|
||||
|
||||
// Relationship ...
|
||||
type Relationship struct {
|
||||
ID string `xml:"Id,attr"`
|
||||
Type string `xml:"Type,attr"`
|
||||
|
||||
Reference in New Issue
Block a user