common/pj_errors/pg_error.go

5 lines
77 B
Go

package pj_errors
import "errors"
var ErrNotFound = errors.New("not found")