refactored db.Set(): remove redundant View() call, use db.txGet() (#38)

* refactored db.Set(): remove redundant View() call, use db.txGet()
This commit is contained in:
T.v.Dein
2025-04-25 13:56:46 +02:00
committed by GitHub
parent 438248d267
commit 12e3029145
2 changed files with 32 additions and 38 deletions

View File

@@ -26,7 +26,7 @@ import (
"github.com/tlinden/anydb/common"
)
var Version string = "v0.2.1"
var Version string = "v0.2.2"
type BucketConfig struct {
Encrypt bool