Documentation ¶
Index ¶
- Constants
- func FormatCents(f float64) string
- func FormatDate(t time.Time) string
- func FormatFields(data [][]string, sep string) string
- func FormatTx(tx pfin.Transaction, sep string) string
- func MatchDir(acc pfin.Account, root string) ([]string, error)
- func ParseDir(acc pfin.Account, root string) ([]pfin.Transaction, error)
- type ErrNoMatches
- type StringFilter
Constants ¶
View Source
const ISO8601 = "2006-01-02"
Variables ¶
This section is empty.
Functions ¶
func FormatCents ¶
func FormatDate ¶
func FormatFields ¶
Types ¶
type ErrNoMatches ¶
type ErrNoMatches struct {
// contains filtered or unexported fields
}
func (ErrNoMatches) Error ¶
func (e ErrNoMatches) Error() string
Click to show internal directories.
Click to hide internal directories.