type net/textproto.Writer
9 uses
net/textproto (current package)
textproto.go#L59: Writer
textproto.go#L68: Writer: Writer{W: bufio.NewWriter(conn)},
writer.go#L15: type Writer struct {
writer.go#L21: func NewWriter(w *bufio.Writer) *Writer {
writer.go#L22: return &Writer{W: w}
writer.go#L29: func (w *Writer) PrintfLine(format string, args ...any) error {
writer.go#L43: func (w *Writer) DotWriter() io.WriteCloser {
writer.go#L49: func (w *Writer) closeDot() {
writer.go#L56: w *Writer
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |