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:
@@ -13,6 +13,7 @@ type Hyperlink struct {
|
||||
Run Run
|
||||
}
|
||||
|
||||
// UnmarshalXML ...
|
||||
func (r *Hyperlink) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
||||
for {
|
||||
t, err := d.Token()
|
||||
|
||||
Reference in New Issue
Block a user