-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/go: go test all is under-documented #27547
Comments
@jadekler at the bottom of
Within
Hopefully that answers things so I'll close this issue; please shout if that's not the case. |
Thanks for the reply @myitcv. I do not think that is sufficient, but we're close. Consider that when I type However, guesswork and extrapolation too often ends in frustration instead of enlightenment. We can cut all of that out with a greppable note that's as simple as this:
1: Which is hopefully 90% of users! If we can make them as unobtrusive as possible. :) |
Change https://golang.org/cl/134095 mentions this issue: |
What version of Go are you using (
go version
)?Issue
How do I get help for
go test all
?go help test all
doesn't work, dittogo test help all
,go help test
doesn't have documentation for it, and docs [1] [2] dont mention it.Perhaps I'm missing something - sorry if so.
1: https://github.com/golang/go/wiki/Modules#installing-and-activating-module-support
2: https://golang.org/pkg/testing/
The text was updated successfully, but these errors were encountered: