package analyzer import "errors" var ( ErrNoTransactionsToAnalyze = errors.New("no transactions to analyze") )