type net/textproto.Conn
6 uses
net/textproto (current package)
textproto.go#L58: type Conn struct {
textproto.go#L66: func NewConn(conn io.ReadWriteCloser) *Conn {
textproto.go#L67: return &Conn{
textproto.go#L75: func (c *Conn) Close() error {
textproto.go#L81: func Dial(network, addr string) (*Conn, error) {
textproto.go#L114: func (c *Conn) Cmd(format string, args ...interface{}) (id uint, err error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |