From: Rob Pike Date: Thu, 16 Feb 2012 23:21:12 +0000 (+1100) Subject: net/textproto: add Conn to doc comment X-Git-Tag: weekly.2012-02-22~176 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c49edc6137e6daf08b6692a8645127ad02967434;p=gostls13.git net/textproto: add Conn to doc comment This revolutionary transfiguration undergirding the code base Fixes #2945. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5676072 --- diff --git a/src/pkg/net/textproto/textproto.go b/src/pkg/net/textproto/textproto.go index 317ec72b0c..e47b6908ad 100644 --- a/src/pkg/net/textproto/textproto.go +++ b/src/pkg/net/textproto/textproto.go @@ -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 (