go-ini
go-ini copied to clipboard
Continue on error: A small changes to how ini format error is handled
A small changes to how errors are handled. Use a separate variable to return parseErr. err which is also used for io.EOF detection. In the new behavior, a 'complete' parsing can still return an error. Rather, the caller may still use the results from an errored parser run.