From a008afdc730611bfdaadcf4cf5497e4e1cf2f159 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 20 May 2018 21:28:32 +0800 Subject: [PATCH] gofmt --- ants_benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ants_benchmark_test.go b/ants_benchmark_test.go index 4a033e4..470e86f 100644 --- a/ants_benchmark_test.go +++ b/ants_benchmark_test.go @@ -22,9 +22,9 @@ package ants_test import ( - "testing" "github.com/panjf2000/ants" "sync" + "testing" ) const RunTimes = 10000000