bufio.Writer.WriteString (method, view implemented interface methods)
12 uses
bufio (current package)
bufio.go#L735: return b.WriteString(string(r))
bufio.go#L747: func (b *Writer) WriteString(s string) (int, error) {
net/http
h2_bundle.go#L7030: return rws.bw.WriteString(dataS)
server.go#L415: bw.WriteString("0\r\n")
server.go#L421: bw.WriteString("\r\n")
server.go#L947: w.conn.bufw.WriteString("HTTP/1.1 100 Continue\r\n\r\n")
server.go#L1244: w.WriteString(v)
server.go#L1562: bw.WriteString("HTTP/1.1 ")
server.go#L1564: bw.WriteString("HTTP/1.0 ")
server.go#L1569: bw.WriteString(text)
server.go#L1570: bw.WriteString("\r\n")
server.go#L1660: return w.w.WriteString(dataS)
![]() |
The pages are generated with Golds v0.8.4. (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. |