golang.org/x/text/secure/precis.buffers.buf (field)
5 uses
golang.org/x/text/secure/precis (current package)
profile.go#L120: buf [2][]byte
profile.go#L130: if b.buf[x] == nil {
profile.go#L131: b.buf[x] = make([]byte, 0, 8+len(b.src)+len(b.src)>>2)
profile.go#L133: span := append(b.buf[x][:0], b.src[:n]...)
profile.go#L135: b.buf[x] = b.src
![]() |
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. |