diff options
Diffstat (limited to 'pool_test.go')
-rw-r--r-- | pool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pool_test.go b/pool_test.go index 92a594df..88926a9b 100644 --- a/pool_test.go +++ b/pool_test.go @@ -4,10 +4,10 @@ import ( "github.com/stretchr/testify/assert" "os/exec" "runtime" + "strconv" "sync" "testing" "time" - "strconv" ) var cfg = Config{ |