瀏覽代碼

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 (