type net/textproto.Conn

6 uses

	net/textproto (current package)
		textproto.go#L57: type Conn struct {
		textproto.go#L65: func NewConn(conn io.ReadWriteCloser) *Conn {
		textproto.go#L66: 	return &Conn{
		textproto.go#L74: func (c *Conn) Close() error {
		textproto.go#L80: func Dial(network, addr string) (*Conn, error) {
		textproto.go#L112: func (c *Conn) Cmd(format string, args ...any) (id uint, err error) {