forked from mirror/ants
gofmt
This commit is contained in:
parent
8ce8486b70
commit
a008afdc73
|
@ -22,9 +22,9 @@
|
||||||
package ants_test
|
package ants_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
|
||||||
"github.com/panjf2000/ants"
|
"github.com/panjf2000/ants"
|
||||||
"sync"
|
"sync"
|
||||||
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
const RunTimes = 10000000
|
const RunTimes = 10000000
|
||||||
|
|
Loading…
Reference in New Issue