We use pgrep no more, so no need in this error.
This commit is contained in:
parent
299e353c94
commit
4837a8b66e
@ -2,9 +2,6 @@ package prog
|
||||
|
||||
import "errors"
|
||||
|
||||
// ErrPgrepNotFound occurs when pgrep program is not found.
|
||||
var ErrPgrepNotFound = errors.New("pgrep not found")
|
||||
|
||||
// ErrNotFound occurs when a process is not presented in a list
|
||||
var ErrNotFound = errors.New("process is not on list")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user