//
pkg.gl
Category
github.com/darcys22/godbledger
ledger-cli
package
0.7.8
Repository:
https://github.com/darcys22/godbledger.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
27
Dependents
0
Files
1k SLOC
#
Functions
NewLedgerReader
ParseLedger
ParseLedger parses a ledger file and returns a list of Transactions.
PrintLedger
PrintLedger prints all transactions as a formatted ledger file.
PrintTransaction
PrintTransaction prints a transaction formatted to fit in specified column width.
Send
SendLedger
#
Structs
Account
Account holds the name and balance.
Transaction
Transaction is the basis of a ledger.