muktihari / fit

A FIT SDK for decoding and encoding Garmin FIT files in Go supporting FIT Protocol V2.
BSD 3-Clause "New" or "Revised" License
42 stars 4 forks source link

fix: encoder WriteSeeker now relative to current offset #390

Closed muktihari closed 2 months ago

muktihari commented 2 months ago

I just remember that we can seek from current offset, this way we ensure that we will write in our own data as we write relative to the current offset.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7bdf0df) to head (8d26c7b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #390 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 41 41 Lines 3689 3691 +2 ========================================= + Hits 3689 3691 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.