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
$ go version go version go1.10.3 windows/amd64
helper methods in conntest.go should have been marked with t.Helper() it makes consumers of this package easier.
I can send CL, if you agree
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/162925 mentions this issue: nettest: mark test helper methods
nettest: mark test helper methods
Sorry, something went wrong.
golang/net@afe646c
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
helper methods in conntest.go should have been marked with t.Helper()
it makes consumers of this package easier.
I can send CL, if you agree
The text was updated successfully, but these errors were encountered: