1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Jun 09, 2025 — Jun 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix documentation code. More... almost 12 years ago
Don't consider io.EOF as an error. More... almost 12 years ago
Updated README for v3.1.1. More... about 12 years ago
Merge pull request #4 from hfiguiere/bug3 More... about 12 years ago
Specify build dependencies for Travis. More... about 12 years ago
Added .travis.yml config file. More... about 12 years ago
Bug #3 - have an empty handler if there is no handler for consistency More... about 12 years ago
Updated README for v3.1. More... about 12 years ago
Added typed shortcuts. More... about 12 years ago
Added contributors lust section to the README file. More... about 12 years ago
Merge pull request #2 from hfiguiere/patch-2 More... about 12 years ago
Merge pull request #1 from hfiguiere/patch-1 More... about 12 years ago
Missing " More... about 12 years ago
go get doesn't like http:// More... about 12 years ago
The package name is exml, go-exml is only the repo name. More... about 12 years ago
Added API documentation. More... about 12 years ago
Allow the use of a custom xml.Decoder when creating an exml.Decoder. More... about 12 years ago
Added bool, float, int and uint attribute readers. More... about 12 years ago
README update. More... about 12 years ago
Updated README with API changes. More... about 12 years ago
API change to bring compile time safety. More... about 12 years ago
Fixed text handling to allow nested text events. More... about 12 years ago
Make the example part of the tests to ensure it is being run when doing "go test". More... about 12 years ago
Changed Attrs.Get signature to make it closer to the Go map fetching. More... about 12 years ago
Go switch cases do not need break statements :) More... about 12 years ago
Updated benchmarks after the latest tweaks. More... about 12 years ago
Added Attrs.GetString. More... about 12 years ago
Extracted AttributeNotFoundError so it can be tested when using Attrs.Get. More... about 12 years ago
Use a bare bytes slice instead of a Buffer object for text accumulation. More... about 12 years ago
Minor nit. More... about 12 years ago