aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/http/http.go')
-rw-r--r--src/net/http/http.go1
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:
//