6 lines
79 B
Go
6 lines
79 B
Go
package jobs
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("jobs: not found")
|