|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| atom_test.go | ||
| example_marshaling_test.go | ||
| example_test.go | ||
| example_text_marshaling_test.go | ||
| go.mod | ||
| marshal.go | ||
| marshal_test.go | ||
| prefix_test.go | ||
| read.go | ||
| read_test.go | ||
| typeinfo.go | ||
| xml.go | ||
| xml_test.go | ||
README.md
goxml
Forked from standard encoding/xml package v1.23.1
When decode, add support for xml tag like 'xml:"prefix:name"' and treate prefix as namespace.