summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-12-23 14:55:00 +0300
committerWolfy-J <[email protected]>2019-12-23 14:55:00 +0300
commitb3b29740ef6306ce1d649e3357c0e689997e1f9f (patch)
treed42f1ac630d69c832f792e5bcf4f0ff0ad1eb9ce /worker.go
parente90fb03d058c4d61418dc2ef49660c7ba4badbd3 (diff)
- merging error handling improvements
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/worker.go b/worker.go
index f31929bf..32f63554 100644
--- a/worker.go
+++ b/worker.go
@@ -10,7 +10,6 @@ import (
"strconv"
"strings"
"sync"
- "syscall"
"time"
)