]> Cypherpunks repositories - gostls13.git/commitdiff
net/textproto: add Conn to doc comment
authorRob Pike <r@golang.org>
Thu, 16 Feb 2012 23:21:12 +0000 (10:21 +1100)
committerRob Pike <r@golang.org>
Thu, 16 Feb 2012 23:21:12 +0000 (10:21 +1100)
This revolutionary transfiguration undergirding the code base
Fixes #2945.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5676072

src/pkg/net/textproto/textproto.go

index 317ec72b0cc1d31d92073c25197270e084706108..e47b6908ad208e79fd475938b12815fcf4060f60 100644 (file)
@@ -20,6 +20,9 @@
 //
 // Writer, to write dot-encoded text blocks.
 //
+// Conn, a convenient packaging of Reader, Writer, and Pipeline for use
+// with a single network connection."
+//
 package textproto
 
 import (