net/http: restore accidentally removed package doc

Remove a blank line which accidentally crept in between
the package doc comment and the package line.

Fixes #77948

Change-Id: I6b513c1e9ea97d2a4b3c6f7b9b10092a6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/751520
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Nicholas Husin <husin@google.com>
Reviewed-by: Nicholas Husin <nsh@golang.org>
This commit is contained in:
Damien Neil
2026-03-04 13:22:44 -08:00
committed by Gopher Robot
parent b16360470c
commit 460522ed1d

View File

@@ -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