Certain tests fail on windows
Describe the bug Hello,I'm a windows user and I cloned the repo locally, installed all the vscode extensions, and ran all the tests, some test cases failed
To Reproduce Steps to reproduce the behavior:
- have a windows Operating system
- clone the repo locally
- run it in VSC
- run all tests
Expected behavior all tests must be green but some failed
Screenshots

Desktop:
- OS: [Windows]
Additional context upon closer inspection in gff_test.go
-
- atoiFn is getting "6370\r" as its input hence it is panics
- the newline error due to windows is causing the issue
Once #340 is merged, this will be an easy fix.
Also @toothsy could you inspect the data being read in by the tests and let us know what the line endings are on Windows? You can do this using git ls-files --eol, please post the output of that here. Would do it myself but I don't have a Windows computer.
Bumping this. If anyone has access to a Windows machine, info would be greatly appreciated! Worst case I can spin up a VM, but I'm lazy...
This issue has had no activity in the past 2 months. Marking as stale.