-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAge
Milestone
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version
)?
N/A - What operating system and processor architecture are you using (
go env
)?
N/A - What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
N/A - What did you expect to see?
- Documentation detailing deprecations should not point to code that is also deprecated.
- What did you see instead?
- https://golang.org/pkg/net/http/#Transport.CancelRequest, points to another solution which is also deprecated: https://golang.org/pkg/net/http/#Request.
I would not mind submitting a patch for this, simply updating the Transport.CancelRequest deprecation message to match the message in Request.
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAge