We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcb74de + 51f083c commit c5df33dCopy full SHA for c5df33d
expfmt/text_create.go
@@ -43,7 +43,7 @@ const (
43
var (
44
bufPool = sync.Pool{
45
New: func() interface{} {
46
- return bytes.NewBuffer(make([]byte, 0, initialNumBufSize))
+ return bytes.NewBuffer(make([]byte, 0, initialBufSize))
47
},
48
}
49
numBufPool = sync.Pool{
0 commit comments