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
https://pkg.go.dev/net/http#NewRequestWithContext links to the wrong NewRequest func:
NewRequest
either use the NewRequest function in the net/http/httptest package
It should link to httptest.NewRequest instead.
httptest.NewRequest
/cc @neild
The text was updated successfully, but these errors were encountered:
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
Duplicate of #70874
No branches or pull requests
https://pkg.go.dev/net/http#NewRequestWithContext links to the wrong
NewRequest
func:It should link to
httptest.NewRequest
instead./cc @neild
The text was updated successfully, but these errors were encountered: