diff options
author | Alexander Kiryukhin <a.kiryukhin@corp.mail.ru> | 2019-01-11 17:22:06 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@corp.mail.ru> | 2019-01-11 17:22:06 +0300 |
commit | a4e62510cf1c06831c9c6e4c3a21ff986ebad14c (patch) | |
tree | 80ca7af46604e47f4833a4466e9ca9d7e82ad17b /rutina_test.go | |
parent | c582001e89c0b81df1b9eb1e8f1857d1c075a805 (diff) |
Added OS signals handler
Added go.mod
Diffstat (limited to 'rutina_test.go')
-rwxr-xr-x | rutina_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rutina_test.go b/rutina_test.go index cff73c4..361d5eb 100755 --- a/rutina_test.go +++ b/rutina_test.go @@ -2,10 +2,9 @@ package rutina import ( "context" + "errors" "testing" "time" - - "github.com/pkg/errors" ) func TestSuccess(t *testing.T) { |