strings.Builder.Write (method)
9 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)
github.com/evanw/esbuild/internal/js_lexer
js_lexer.go#L2653: b.Write(temp[:width])
html/template
js.go#L208: buf.Write(b[written:i])
js.go#L215: buf.Write(b[written:])
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.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. |