mirror of
https://github.com/golang/go.git
synced 2026-04-04 02:10:08 +09:00
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:
committed by
Gopher Robot
parent
b16360470c
commit
460522ed1d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user