diff options
author | Wolfy-J <[email protected]> | 2018-05-29 13:07:45 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-05-29 13:07:45 +0300 |
commit | 85b5288c290fd014b76c375fb9ffdf62575e2f2e (patch) | |
tree | 6046b584e15c1d515a8944df44399fde9fd77887 /errors.go | |
parent | b8bc792b263a3891e125757a35cc563bb85f1a0b (diff) |
working on tests
Diffstat (limited to 'errors.go')
-rw-r--r-- | errors.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -22,11 +22,3 @@ type WorkerError struct { func (e WorkerError) Error() string { return e.Caused.Error() } - -// PoolError is pool wide error -type PoolError string - -// Error converts error context to string -func (e PoolError) Error() string { - return string(e) -} |