package
0.7.8
Repository: https://github.com/darcys22/godbledger.git
Documentation: pkg.go.dev

# Functions

ParseLedger parses a ledger file and returns a list of Transactions.
PrintLedger prints all transactions as a formatted ledger file.
PrintTransaction prints a transaction formatted to fit in specified column width.

# Structs

Account holds the name and balance.
Transaction is the basis of a ledger.