فهرست منبع

go.net/spdy: add package description

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/6565062
Mikio Hara 13 سال پیش
والد
کامیت
b1f38cd1c9
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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 (