func net/textproto.NewConn

2 uses

	net/textproto (current package)
		textproto.go#L68: func NewConn(conn io.ReadWriteCloser) *Conn {
		textproto.go#L88: 	return NewConn(c), nil