From ca6904fc95de49972a391eeea0ad704a1593315f Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 23 Feb 2021 20:11:30 +0100 Subject: [PATCH] Clean --- db.go | 1 + 1 file changed, 1 insertion(+) diff --git a/db.go b/db.go index 880e0ba9..b9057829 100644 --- a/db.go +++ b/db.go @@ -9,6 +9,7 @@ import ( const dbVersion = "1" +// KV is a key-value store in a psql table. For future use... type KV struct { Key string Value string