diff options
author | Wolfy-J <[email protected]> | 2018-01-23 19:54:26 -0500 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-23 19:54:26 -0500 |
commit | 0459540e771079c56fc6dd9c6df0bc403f6e1401 (patch) | |
tree | 09abed809dc7a889ae96f7c79ea14489ced837ac /pool_test.go | |
parent | 9652fde54c333c8dc53aacb03fcca9f3826d1d8e (diff) |
travis added
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{ |