diff options
| author | Damien Neil <dneil@google.com> | 2024-12-11 09:49:36 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-12-11 12:15:29 -0800 |
| commit | d5c1333eb452e37f80af797c6c26a93b00697f7f (patch) | |
| tree | 0e37f1567899d2e26e0191dc23b31295a35e73e7 | |
| parent | a7c4cadce0799a74e48d394ff662ed5128667621 (diff) | |
| download | go-d5c1333eb452e37f80af797c6c26a93b00697f7f.tar.xz | |
net/http: document zero value of Protocols
For #67814
Change-Id: I182e9c7e720493adb9d2384336e757dace818525
Reviewed-on: https://go-review.googlesource.com/c/go/+/635335
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Austin Clements <austin@google.com>
| -rw-r--r-- | src/net/http/http.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/http/http.go b/src/net/http/http.go index 4da77889b1..32ff7e2008 100644 --- a/src/net/http/http.go +++ b/src/net/http/http.go @@ -17,6 +17,7 @@ import ( ) // Protocols is a set of HTTP protocols. +// The zero value is an empty set of protocols. // // The supported protocols are: // |
