package flow import "errors" var ( ErrWeatherAlreadyExists = errors.New("weather already exists") )