strings.Builder.Len (method)
7 uses
strings (current package)
builder.go#L45: func (b *Builder) Len() int { return len(b.buf) }
strings.go#L619: for b.Len() < n {
strings.go#L620: chunk := n - b.Len()
strings.go#L621: if chunk > b.Len() {
strings.go#L622: chunk = b.Len()
net/url
url.go#L874: if buf.Len() == 0 {
url.go#L1016: if buf.Len() > 0 {
![]() |
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. |