Просмотр исходного кода

Remove draft-14 comment in package docs.

Brad Fitzpatrick 10 лет назад
Родитель
Сommit
97124afb23
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      http2.go

+ 1 - 1
http2.go

@@ -13,7 +13,7 @@
 // ConfigureServer. That ConfigureServer call will likely be automatic
 // ConfigureServer. That ConfigureServer call will likely be automatic
 // or available via an empty import in the future.
 // 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
 package http2
 
 
 import (
 import (