From ba8c3d07a7d0a161f6cfcddc31077df1d8f096c0 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Wed, 4 Mar 2026 13:22:44 -0800 Subject: [release-branch.go1.26] net/http: restore accidentally removed package doc Remove a blank line which accidentally crept in between the package doc comment and the package line. For #77948 Fixes #77950 Change-Id: I6b513c1e9ea97d2a4b3c6f7b9b10092a6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/751463 Reviewed-by: Damien Neil LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui --- src/net/http/doc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net/http/doc.go b/src/net/http/doc.go index 24e07352ca..e50cf5f399 100644 --- a/src/net/http/doc.go +++ b/src/net/http/doc.go @@ -105,5 +105,4 @@ Alternatively, the following GODEBUG settings are currently supported: The "omithttp2" build tag may be used to disable the HTTP/2 implementation contained in the http package. */ - package http -- cgit v1.3