Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanbornm/xml
Slight modification to Go's xml package that removes empty parent nodes if omitempty is specified
https://github.com/sanbornm/xml
Last synced: 28 days ago
JSON representation
Slight modification to Go's xml package that removes empty parent nodes if omitempty is specified
- Host: GitHub
- URL: https://github.com/sanbornm/xml
- Owner: sanbornm
- Created: 2013-09-11T23:21:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-11T23:24:38.000Z (over 11 years ago)
- Last Synced: 2024-10-14T14:05:20.645Z (3 months ago)
- Language: Go
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xml
===Slight modification to Go's xml package that removes empty parent nodes if omitempty is specified
See: https://codereview.appspot.com/6569067/patch/5001/6001