Having issues getting the tests to run:
❯ go test
# github.com/alexeymaximov/go-bio/mmap [github.com/alexeymaximov/go-bio/mmap.test]
./file.go:7:85: undefined: Mapping
./mmap.go:58:10: undefined: Mapping
./mmap.go:63:10: undefined: Mapping
./mmap.go:68:10: undefined: Mapping
./mmap.go:73:10: undefined: Mapping
./mmap.go:78:10: undefined: Mapping
./mmap.go:83:10: undefined: Mapping
./mmap.go:92:10: undefined: Mapping
./mmap.go:103:10: undefined: Mapping
./mmap.go:117:10: undefined: Mapping
./mmap.go:117:10: too many errors
FAIL github.com/alexeymaximov/go-bio/mmap [build failed]
If you have any insight that would be great, thank you!
Having issues getting the tests to run:
If you have any insight that would be great, thank you!