From e683ddc8211076dfa138e501e6e46d608e3dd78d Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sat, 19 May 2018 12:33:29 +0800 Subject: [PATCH] add go test --- ants_test.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ants_test.go diff --git a/ants_test.go b/ants_test.go new file mode 100644 index 0000000..2e071ec --- /dev/null +++ b/ants_test.go @@ -0,0 +1,3 @@ +package ants + +import "testing"