diff options
author | Alexander Kiryukhin <a.kiryukhin@corp.mail.ru> | 2019-04-04 11:54:24 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@corp.mail.ru> | 2019-04-04 11:54:24 +0300 |
commit | 08cbc9b6c05427fd3864bab55a4b40146c54639d (patch) | |
tree | c44ab6f2b976a974c20894b29ee0401b5c073676 /options.go | |
parent | c86dd5f3d70d310a26da73ee4ef2897121c18909 (diff) |
Changed:
- Refactored errors chan
Fixed:
- Small fixes
Diffstat (limited to 'options.go')
-rw-r--r-- | options.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ package rutina +// Options sets custom run policies type Options int const ( |