diff options
author | Anton Titov <[email protected]> | 2019-12-23 14:52:14 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-23 14:52:14 +0300 |
commit | e90fb03d058c4d61418dc2ef49660c7ba4badbd3 (patch) | |
tree | 00b16331b9ff3b3b846ba22989dddde721cc959d /worker.go | |
parent | 2093cb9058f94668fff0a97beb76b0cab66c7b63 (diff) | |
parent | 921e1f55e23ab75b8250045916c8d1ffad1b8bde (diff) |
Merge pull request #206 from ValeryPiashchynski/Fix_warning_and_issues
[wip] Fixed the issues and warnings from linters
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ import ( "strconv" "strings" "sync" + "syscall" "time" ) |