From 8a22b1bdda462075bfc56f17110eb3c0dc1f3f79 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Wed, 6 Jun 2018 16:27:52 +0300 Subject: fixing tests --- static_pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static_pool.go') diff --git a/static_pool.go b/static_pool.go index 07c71c46..faa2b696 100644 --- a/static_pool.go +++ b/static_pool.go @@ -30,7 +30,7 @@ type StaticPool struct { // active task executions tasks sync.WaitGroup - // workers circular allocation errBuffer + // workers circular allocation buffer free chan *Worker // protects state of worker list, does not affect allocation -- cgit v1.2.3