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