0xrawsec / golang-evtx

GNU General Public License v3.0
158 stars 27 forks source link

change Events() to have same behavior as FastEvents() #24

Closed steve-offutt closed 4 years ago

steve-offutt commented 4 years ago

Fix for #23. Following the same pattern as FastEvents() does for this fix. Events() still panics on error like FastEvents() and should be functionally equivalent.