1
0
Fork 0

We use pgrep no more, so no need in this error.

This commit is contained in:
Alexander Andreev 2022-01-02 05:27:52 +04:00
parent 299e353c94
commit 4837a8b66e
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 0 additions and 3 deletions

View File

@ -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")