You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xml.StartElement{Name:xml.Name{Space:"", Local:"br"}, Attr:[]xml.Attr{}}
xml.EndElement{Name:xml.Name{Space:"", Local:"br"}}
xml.StartElement{Name:xml.Name{Space:"", Local:"BR"}, Attr:[]xml.Attr{}}
xml.EndElement{Name:xml.Name{Space:"", Local:"BR"}}
<nil>
err: XML syntax error on line 1: unexpected end element </BR>
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Reproducible on the tip.
What operating system and processor architecture are you using (
go env
)?linux/amd64.
What did you do?
go run example.go
(https://play.golang.org/p/sXRjgA-nXoT):What did you expect to see?
Note: no syntax errors.
What did you see instead?
The text was updated successfully, but these errors were encountered: