This commit is contained in:
Andy Pan 2018-05-20 21:29:38 +08:00
parent a008afdc73
commit 47e2b9efaa
2 changed files with 10 additions and 10 deletions

View File

@ -20,10 +20,10 @@
package ants_test package ants_test
import ( import (
"testing"
"github.com/panjf2000/ants" "github.com/panjf2000/ants"
"sync"
"runtime" "runtime"
"sync"
"testing"
"time" "time"
) )

View File

@ -19,9 +19,9 @@
package ants package ants
import ( import (
"sync/atomic"
"sync"
"math" "math"
"sync"
"sync/atomic"
"time" "time"
) )