bufio.Writer.WriteString (method, view implemented interface methods)
12 uses
bufio (current package)
bufio.go#L732: return b.WriteString(string(r))
bufio.go#L744: func (b *Writer) WriteString(s string) (int, error) {
net/http
h2_bundle.go#L6862: return rws.bw.WriteString(dataS)
server.go#L413: bw.WriteString("0\r\n")
server.go#L419: bw.WriteString("\r\n")
server.go#L968: w.conn.bufw.WriteString("HTTP/1.1 100 Continue\r\n\r\n")
server.go#L1288: w.WriteString(v)
server.go#L1606: bw.WriteString("HTTP/1.1 ")
server.go#L1608: bw.WriteString("HTTP/1.0 ")
server.go#L1613: bw.WriteString(text)
server.go#L1614: bw.WriteString("\r\n")
server.go#L1704: return w.w.WriteString(dataS)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |