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>
This commit is contained in:
Damien Neil 2024-12-11 09:49:36 -08:00 committed by Gopher Robot
parent a7c4cadce0
commit d5c1333eb4

View file

@ -17,6 +17,7 @@ import (
) )
// Protocols is a set of HTTP protocols. // Protocols is a set of HTTP protocols.
// The zero value is an empty set of protocols.
// //
// The supported protocols are: // The supported protocols are:
// //