Browse Source

Remove draft-14 comment in package docs.

Brad Fitzpatrick 10 years ago
parent
commit
97124afb23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      http2.go

+ 1 - 1
http2.go

@@ -13,7 +13,7 @@
 // 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/
+// See http://http2.github.io/
 package http2
 
 import (