more conversions.

This commit is contained in:
fiatjaf
2025-04-15 00:00:03 -03:00
parent f9e4a5efa3
commit 376834cbf9
117 changed files with 450 additions and 1019 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package badger
import (
"github.com/dgraph-io/badger/v4"
"fiatjaf.com/nostrlib/sdk/kvstore"
"fiatjaf.com/nostr/sdk/kvstore"
)
var _ kvstore.KVStore = (*Store)(nil)