mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
a7c4cadce0
commit
d5c1333eb4
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue