diff options
| author | Damien Neil <dneil@google.com> | 2026-03-04 13:22:44 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-04 13:48:40 -0800 |
| commit | 460522ed1d987f05db04dec5c099887a07115337 (patch) | |
| tree | 16e9719dfe2e426df29b47deb27c156caa8ef786 /src/net/http | |
| parent | b16360470c1eb574e8b7fa7a606810bf7cb6df7c (diff) | |
| download | go-460522ed1d987f05db04dec5c099887a07115337.tar.xz | |
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>
Diffstat (limited to 'src/net/http')
| -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 |
