Commit graph

5 commits

Author SHA1 Message Date
839467c557
refactor: lint fixes with golangci-lint 2021-09-15 10:09:48 +01:00
7d97ed4834
style: go fmt and goimports 2021-09-15 05:51:22 +01:00
e70d7c5611
feat: add database initialisation 2021-09-15 00:25:05 +01:00
279fadefdc
checkpoint 2021-09-14 21:02:52 +01:00
c336fcd82b
feat: add database functions
Add database functions to read and write statuses to the status bucket
in a BoltDB database.

Add database functions to read and write cards to the card bucket.

Use encoding/gob to encode the Status and Card values before writing
them to the database.
2021-08-16 01:56:56 +01:00