Skip to content

Commit d6294ab

Browse files
committed
更换为使用固定BufferPool
1 parent e773aec commit d6294ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exstrings/join_int.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/thinkeridea/go-extend/pool"
1010
)
1111

12-
var buffPool = pool.NewBuffer(64)
12+
var buffPool = pool.GetBuff64()
1313

1414
// JoinInts 使用 sep 连接 []int 并返回连接的字符串
1515
func JoinInts(v []int, sep string) string {

0 commit comments

Comments
 (0)