From b2819d13dbe19343426e688da4ddfeb57c8589fc Mon Sep 17 00:00:00 2001 From: abemotion Date: Fri, 4 Apr 2025 18:40:06 -0700 Subject: net/http: add link to types Some types are not linked. This change adds a link to each type. Change-Id: Id46fb64a74efb851ed76e4136f15e8fd9e445bb7 Reviewed-on: https://go-review.googlesource.com/c/go/+/663075 Reviewed-by: Damien Neil Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Sean Liao LUCI-TryBot-Result: Go LUCI --- src/net/http/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/http/request.go') diff --git a/src/net/http/request.go b/src/net/http/request.go index 8a765c3442..167cff585a 100644 --- a/src/net/http/request.go +++ b/src/net/http/request.go @@ -878,7 +878,7 @@ func NewRequest(method, url string, body io.Reader) (*Request, error) { // For an outgoing client request, the context // controls the entire lifetime of a request and its response: // obtaining a connection, sending the request, and reading the -// response headers and body. See the Request type's documentation for +// response headers and body. See the [Request] type's documentation for // the difference between inbound and outbound request fields. // // If body is of type [*bytes.Buffer], [*bytes.Reader], or -- cgit v1.3-6-g1900