diff options
| author | Damien Neil <dneil@google.com> | 2026-03-04 13:22:44 -0800 |
|---|---|---|
| committer | Carlos Amedee <carlos@golang.org> | 2026-03-19 14:03:22 -0700 |
| commit | ba8c3d07a7d0a161f6cfcddc31077df1d8f096c0 (patch) | |
| tree | 1d7a1df8ba7a433cf3f1cbb9ee092534e717db60 | |
| parent | 99df9bdb2a014a0873b62b3f81d04970477004ad (diff) | |
| download | go-ba8c3d07a7d0a161f6cfcddc31077df1d8f096c0.tar.xz | |
[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 <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
| -rw-r--r-- | src/net/http/doc.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
