strings.Builder.grow (method)

3 uses

	strings (current package)
		builder.go#L67: func (b *Builder) grow(n int) {
		builder.go#L82: 		b.grow(n)
		builder.go#L112: 		b.grow(utf8.UTFMax)