adrianmo / go-nmea

A NMEA parser library in pure Go
MIT License
226 stars 77 forks source link

WIP: sentence parsing stores all encountered errors and distinguishes some errors by sentence field #92

Closed aldas closed 2 years ago

aldas commented 2 years ago

This is related to https://github.com/adrianmo/go-nmea/issues/89 sentence parsing stores all encountered errors and distinguishes some errors by sentence field type.

I have been sitting on this PR for some time. It does not seems particularly clean and really maybe worth even merging. I am pushing it up and opening this PR just to start a discussion to see if there is something worth having.