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)