diff options
Diffstat (limited to 'integration_tests/performance_test.go')
-rw-r--r-- | integration_tests/performance_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration_tests/performance_test.go b/integration_tests/performance_test.go index e46cb91..b24474c 100644 --- a/integration_tests/performance_test.go +++ b/integration_tests/performance_test.go @@ -1,10 +1,10 @@ package integration_tests import ( - "io/ioutil" - "os" "fmt" "io" + "io/ioutil" + "os" "testing" ) |