diff options
author | Valery Piashchynski <[email protected]> | 2020-10-26 12:01:53 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-26 12:01:53 +0300 |
commit | 91cf918b30938129609323ded53e190385e019a6 (patch) | |
tree | 0ad9537bd438c63719fb83343ab77fc4ab34eb83 /errors | |
parent | 68bf13772c6ddfc5159c2a286e1a38e911614e72 (diff) | |
parent | 9aae9e2009bad07ebdee73e1c6cf56901d07880a (diff) |
Merge pull request #373 from spiral/feature/new-worker-produces-active-worker
Feature/new worker produces active worker
Diffstat (limited to 'errors')
-rwxr-xr-x | errors/go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/errors/go.mod b/errors/go.mod index 60dac691..1eaacc23 100755 --- a/errors/go.mod +++ b/errors/go.mod @@ -1 +1,3 @@ module github.com/48d90782/errors + +go 1.15 |