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
CONTRIBUTING.md says:
CONTRIBUTING.md
You may run all test by either running the make test target (requires go, and go cover to be installed).
make test
go
go cover
But there's no Makefile so make test just exits with:
Makefile
make: Nothing to be done for `test'.`
The text was updated successfully, but these errors were encountered:
We don't use make files. That guide is wrong. Use go get <url> to pull the code, and go test to run tests.
go get <url>
go test
Can you send a PR fixing this?
Sorry, something went wrong.
No branches or pull requests
CONTRIBUTING.md
says:But there's no
Makefile
somake test
just exits with:The text was updated successfully, but these errors were encountered: