From 46acf38a829211353866e994a7e4098cd995cb65 Mon Sep 17 00:00:00 2001 From: andy pan Date: Mon, 21 May 2018 10:48:25 +0800 Subject: [PATCH] correct the wrong errors package --- ants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ants.go b/ants.go index ade3ee2..af76b67 100644 --- a/ants.go +++ b/ants.go @@ -22,7 +22,7 @@ package ants -import "github.com/iris-contrib/errors" +import "errors" const ( // DefaultPoolSize is the default capacity for a default goroutine pool