strings.Replacer.WriteString (method, view implemented interface methods)

3 uses

	strings (current package)
		replace.go#L101: func (r *Replacer) WriteString(w io.Writer, s string) (n int, err error) {

	go.pact.im/x/goupdate
		htmlgen.go#L447: 	_, err := htmlEscaper.WriteString(g.w, s)

	go/doc
		comment.go#L43: 		htmlQuoteReplacer.WriteString(w, buf.String())