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
go version: go1.6.2 linux/386
Sorry, if this is not relevant, but I can not find answer to this issue:
In documentation the testing pakage has function B.Run(...) https://golang.org/pkg/testing/#B.Run
But compiler gives me error, that it is undefined.
Am I missing something? why it is in doc and not implemented?
The text was updated successfully, but these errors were encountered:
Introduced in Go 1.7. https://golang.org/doc/go1.7#testing
Sorry, something went wrong.
@bradfitz thank you. sorry for inconvenience and a dumb question.
No branches or pull requests
go version: go1.6.2 linux/386
Sorry, if this is not relevant, but I can not find answer to this issue:
In documentation the testing pakage has function B.Run(...)
https://golang.org/pkg/testing/#B.Run
But compiler gives me error, that it is undefined.
Am I missing something? why it is in doc and not implemented?
The text was updated successfully, but these errors were encountered: