go-ini icon indicating copy to clipboard operation
go-ini copied to clipboard

Continue on error: A small changes to how ini format error is handled

Open harikb opened this issue 9 years ago • 0 comments

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.

harikb avatar May 05 '15 18:05 harikb