https://github.com/lexndru/expenses
Golang library to work with expenses
https://github.com/lexndru/expenses
Last synced: about 2 months ago
JSON representation
Golang library to work with expenses
- Host: GitHub
- URL: https://github.com/lexndru/expenses
- Owner: lexndru
- License: mit
- Created: 2021-04-30T08:19:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T10:34:20.000Z (over 3 years ago)
- Last Synced: 2025-02-13T08:17:30.008Z (4 months ago)
- Language: Go
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expenses
An oversimplified library to work with expenses.
The library is implemented with two principles in mind:
- Records must be treated as collection of immutable items (except for their metadata) and can only be created;
- Records must be available for listing.The library merely hints to respect these principles and does not limit or enforce application behaviour.
```
$ go test -cover
PASS
coverage: 90.8% of statements
ok github.com/lexndru/expenses 0.705s
```MIT License