func vendor/golang.org/x/crypto/cryptobyte.NewBuilder
3 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L37: func NewBuilder(buffer []byte) *Builder {
crypto/tls
ech.go#L297: recon := cryptobyte.NewBuilder(nil)
crypto/x509
x509.go#L1475: b := cryptobyte.NewBuilder(make([]byte, 0, 128))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)