Skip to content
New issue

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

Running tests: undefined: Mapping #1

Open
taylorjdawson opened this issue Feb 11, 2021 · 1 comment
Open

Running tests: undefined: Mapping #1

taylorjdawson opened this issue Feb 11, 2021 · 1 comment

Comments

@taylorjdawson
Copy link

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!

@alexeymaximov
Copy link
Owner

alexeymaximov commented Feb 12, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants