mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Go 1.22.
This commit is contained in:
@@ -372,7 +372,7 @@ func testParallel(t testing.TB, name string, n int) {
|
||||
|
||||
var group errgroup.Group
|
||||
group.SetLimit(6)
|
||||
for i := 0; i < n; i++ {
|
||||
for i := range n {
|
||||
if i&7 != 7 {
|
||||
group.Go(reader)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user