net/textproto.Writer.W (field)
8 uses
net/textproto (current package)
textproto.go#L68: Writer: Writer{W: bufio.NewWriter(conn)},
writer.go#L16: W *bufio.Writer
writer.go#L22: return &Writer{W: w}
writer.go#L31: fmt.Fprintf(w.W, format, args...)
writer.go#L32: w.W.Write(crnl)
writer.go#L33: return w.W.Flush()
writer.go#L68: bw := d.w.W
writer.go#L107: bw := d.w.W
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. |