io.StringWriter.WriteString (method)
15 uses
io (current package)
io.go#L308: WriteString(s string) (n int, err error)
io.go#L316: return sw.WriteString(s)
multi.go#L103: n, err = sw.WriteString(s)
bufio
bufio.go#L762: n, b.err = sw.WriteString(s)
net/http
header.go#L215: if _, err := ws.WriteString(s); err != nil {
strings
replace.go#L354: wn, err = sw.WriteString(s[last:i])
replace.go#L359: wn, err = sw.WriteString(val)
replace.go#L371: wn, err = sw.WriteString(s[last:])
replace.go#L418: wn, err = sw.WriteString(s[i : i+match])
replace.go#L423: wn, err = sw.WriteString(r.value)
replace.go#L430: wn, err = sw.WriteString(s[i:])
replace.go#L466: wn, err := sw.WriteString(s[last:i])
replace.go#L480: nw, err := sw.WriteString(s[last:])
replace.go#L559: nw, err := sw.WriteString(s[last:i])
replace.go#L574: nw, err = sw.WriteString(s[last:])
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |