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