func net/textproto.NewConn

2 uses

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