pelican/go.mod
Dan Anglin 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

5 lines
78 B
Modula-2

module gitlab.com/dananglin/pelican
go 1.16
require go.etcd.io/bbolt v1.3.6