Commit graph

4 commits

Author SHA1 Message Date
445a953cfa
checkpoint: read/initialise statuses 2021-09-15 10:23:19 +01:00
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
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