Explorar o código

update package comment

Brad Fitzpatrick %!s(int64=11) %!d(string=hai) anos
pai
achega
e4fab6e5bc
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      http2.go

+ 7 - 1
http2.go

@@ -7,7 +7,13 @@
 
 // Package http2 implements the HTTP/2 protocol.
 //
-// It currently targets draft-14. See http://http2.github.io/
+// This is a work in progress. This package is low-level and intended
+// to be used directly by very few people. Most users will use it
+// indirectly through integration with the net/http package. See
+// ConfigureServer. That ConfigureServer call will likely be automatic
+// or available via an empty import in the future.
+//
+// This package currently targets draft-14. See http://http2.github.io/
 package http2
 
 import (