From df1af4f8cb64a0166eab7ba99a1bcc9db48107d0 Mon Sep 17 00:00:00 2001 From: Xing Xing Date: Tue, 20 Jan 2015 10:28:36 +0800 Subject: [PATCH] 80 chars/line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e008c82..43b94fa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Usage ## Worker ```go -// Limit number of concurrent jobs execution. Use worker.Unlimited (0) if you want no limitation. +// Limit number of concurrent jobs execution. +// Use worker.Unlimited (0) if you want no limitation. w := worker.New(worker.OneByOne) w.ErrHandler = func(e error) { log.Println(e)