From 066e6b32bb7ea5d31f8b0f510584d03dad33626f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 28 Jan 2018 18:24:25 +0300 Subject: minus one byte --- pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pool.go') diff --git a/pool.go b/pool.go index 415c695e..8dac6cf7 100644 --- a/pool.go +++ b/pool.go @@ -11,7 +11,7 @@ import ( const ( // StopRequest can be sent by worker to indicate that restart is required. - StopRequest = "{\"stop\": true}" + StopRequest = "{\"stop\":true}" ) // Pool controls worker creation, destruction and task routing. -- cgit v1.2.3