strings.Builder.Write (method, view implemented interface methods)
6 uses
strings (current package)
builder.go#L88: func (b *Builder) Write(p []byte) (int, error) {
bufio
bufio.go#L489: buf.Write(fb)
bufio.go#L491: buf.Write(frag)
mime
encodedword.go#L328: buf.Write(content)
net/http
cookie.go#L207: b.Write(c.Expires.UTC().AppendFormat(buf[:0], TimeFormat))
cookie.go#L211: b.Write(strconv.AppendInt(buf[:0], int64(c.MaxAge), 10))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)