1
0
mirror of https://github.com/golang/go synced 2024-09-24 17:20:12 -06:00

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
This commit is contained in:
Rob Pike 2012-02-17 10:21:12 +11:00
parent 56069f0333
commit c49edc6137

View 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 (