We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined: Mapping
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!
The text was updated successfully, but these errors were encountered:
Thank you for feedback!
It seems you're running tests on unsupported GOOS/GOARCH (e.g. on mac): Mapping is defined in platform-dependent files.
Sorry, something went wrong.
No branches or pull requests
Having issues getting the tests to run:
If you have any insight that would be great, thank you!
The text was updated successfully, but these errors were encountered: