We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d456b4d commit 924df45Copy full SHA for 924df45
row/pool.go
@@ -13,7 +13,4 @@ func init() {
13
return NewRow()
14
},
15
}
16
- for i := 0; i < 100000; i++ {
17
- RowPool.Put(NewRow())
18
- }
19
0 commit comments