adrianmo / go-nmea

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

Add ParseTagBlock func #112

Closed icholy closed 2 months ago

icholy commented 2 months ago

Give users direct access to tag block parsing logic.

Motivation: https://github.com/adrianmo/go-nmea/issues/111

kimgr commented 2 months ago

I like this patch too, for what it's worth. It would be helpful to me to be able to parse only the tag block.

icholy commented 2 months ago

@aldas I need a review