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