5 lines
77 B
Go
5 lines
77 B
Go
package pj_errors
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("not found") |