bufio.Writer.WriteString (method)
39 uses
bufio (current package)
bufio.go#L691: return b.WriteString(string(r))
bufio.go#L703: func (b *Writer) WriteString(s string) (int, error) {
encoding/xml
marshal.go#L220: p.WriteString("")
marshal.go#L236: p.WriteString("")
marshal.go#L237: p.WriteString(t.Target)
marshal.go#L242: p.WriteString("?>")
marshal.go#L247: p.WriteString("marshal.go#L249: p.WriteString(">")
marshal.go#L368: p.WriteString(`xmlns:`)
marshal.go#L369: p.WriteString(prefix)
marshal.go#L370: p.WriteString(`="`)
marshal.go#L372: p.WriteString(`" `)
marshal.go#L702: p.WriteString(start.Name.Local)
marshal.go#L705: p.WriteString(` xmlns="`)
marshal.go#L718: p.WriteString(p.createAttrPrefix(name.Space))
marshal.go#L721: p.WriteString(name.Local)
marshal.go#L722: p.WriteString(`="`)
marshal.go#L748: p.WriteString(name.Local)
marshal.go#L897: p.WriteString("")
marshal.go#L936: p.WriteString(raw)
marshal.go#L984: p.WriteString(p.prefix)
marshal.go#L988: p.WriteString(p.indent)
xml.go#L1979: p.WriteString(s[last : i-width])
xml.go#L1983: p.WriteString(s[last:])
github.com/go-git/go-git/v5/storage/filesystem/dotgit
dotgit.go#L1010: _, err = w.WriteString(ref.String() + "\n")
golang.org/x/net/http2
server.go#L2709: return rws.bw.WriteString(dataS)
net/http
h2_bundle.go#L6264: return rws.bw.WriteString(dataS)
server.go#L407: bw.WriteString("0\r\n")
server.go#L413: bw.WriteString("\r\n")
server.go#L906: w.conn.bufw.WriteString("HTTP/1.1 100 Continue\r\n\r\n")
server.go#L1208: w.WriteString(v)
server.go#L1514: bw.WriteString("HTTP/1.1 ")
server.go#L1516: bw.WriteString("HTTP/1.0 ")
server.go#L1521: bw.WriteString(text)
server.go#L1522: bw.WriteString("\r\n")
server.go#L1617: return w.w.WriteString(dataS)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |