func bytes.NewBufferString
7 uses
bytes (current package)
buffer.go#L458: func NewBufferString(s string) *Buffer {
github.com/go-git/go-git/v5/internal/revision
parser.go#L111: return NewParser(bytes.NewBufferString(s))
github.com/jackc/pgtype
array.go#L92: buf := bytes.NewBufferString(src)
range.go#L37: buf := bytes.NewBufferString(src)
github.com/lann/ps
map.go#L304: buf := bytes.NewBufferString("{")
go.opencensus.io/zpages/internal
resources.go#L62: b64 := base64.NewDecoder(base64.StdEncoding, bytes.NewBufferString(f.compressed))
golang.org/x/net/html
token.go#L88: buf := bytes.NewBufferString(t.Data)
![]() |
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. |