Closed
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version
)?
go 1.6.2
- What operating system and processor architecture are you using (
go env
)?
GOARCH="amd64"
GOOS="darwin"
- What did you do?
N/A
- What did you expect to see?
incorrect comment for MethodPatch in net/http/method.go: "// RFC 5741" should be "// RFC 5789".
see rfc5789
- What did you see instead?
N/A