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:
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
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:
Expected behavior
all tests must be green but some failed
Screenshots

Desktop:
Additional context
upon closer inspection in gff_test.go