mirror of
https://github.com/golang/go
synced 2024-11-12 03:50:21 -07: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:
parent
56069f0333
commit
c49edc6137
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user