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