strings.Replacer.WriteString (method)
5 uses
strings (current package)
replace.go#L101: func (r *Replacer) WriteString(w io.Writer, s string) (n int, err error) {
github.com/lib/pq/scram
scram.go#L142: escaper.WriteString(&c.authMsg, c.user)
github.com/prometheus/common/expfmt
text_create.go#L425: return quotedEscaper.WriteString(w, v)
text_create.go#L427: return escaper.WriteString(w, v)
go/doc
comment.go#L43: htmlQuoteReplacer.WriteString(w, buf.String())
![]() |
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. |