mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-08 17:20:26 +08:00
shrink xmlns
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
// Hyperlink element contains links
|
||||
type Hyperlink struct {
|
||||
XMLName xml.Name `xml:"http://schemas.openxmlformats.org/wordprocessingml/2006/main hyperlink,omitempty"`
|
||||
ID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr"`
|
||||
XMLName xml.Name `xml:"w:hyperlink,omitempty"`
|
||||
ID string `xml:"r:id,attr"`
|
||||
Run Run
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user