Explorar o código

go.net/spdy: add package description

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/6565062
Mikio Hara %!s(int64=13) %!d(string=hai) anos
pai
achega
b1f38cd1c9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      spdy/types.go

+ 4 - 0
spdy/types.go

@@ -2,6 +2,10 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// Package spdy implements SPDY protocol which is descirbed in
+// draft-mbelshe-httpbis-spdy-00.
+//
+// http://tools.ietf.org/html/draft-mbelshe-httpbis-spdy-00
 package spdy
 
 import (