mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-18 22:03:02 +01:00
6 lines
61 B
Go
6 lines
61 B
Go
package kvstore
|
|
|
|
import "fmt"
|
|
|
|
var NoOp = fmt.Errorf("noop")
|