This commit is contained in:
Juan Font Alonso 2021-02-23 20:11:30 +01:00
parent 2b1d92429a
commit ca6904fc95

1
db.go
View File

@ -9,6 +9,7 @@ import (
const dbVersion = "1" const dbVersion = "1"
// KV is a key-value store in a psql table. For future use...
type KV struct { type KV struct {
Key string Key string
Value string Value string