strings.Builder.Write (method, view implemented interface methods)
12 uses
strings (current package)
builder.go#L81: func (b *Builder) Write(p []byte) (int, error) {
bufio
bufio.go#L504: buf.Write(fb)
bufio.go#L506: buf.Write(frag)
crypto/x509
oid.go#L318: b.Write(numBuf)
oid.go#L331: b.Write(strconv.AppendUint(numBuf, val/40, 10))
oid.go#L333: b.Write(strconv.AppendUint(numBuf, val%40, 10))
oid.go#L336: b.Write(strconv.AppendUint(numBuf, val-80, 10))
oid.go#L339: b.Write(strconv.AppendUint(numBuf, val, 10))
encoding/asn1
asn1.go#L248: s.Write(strconv.AppendInt(buf, int64(v), 10))
mime
encodedword.go#L318: buf.Write(content)
net/http
cookie.go#L263: b.Write(c.Expires.UTC().AppendFormat(buf[:0], TimeFormat))
cookie.go#L267: b.Write(strconv.AppendInt(buf[:0], int64(c.MaxAge), 10))
 |
The pages are generated with Golds v0.7.6. (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. |