Files
nak/non_lmdb.go
2025-12-22 13:01:26 -03:00

12 lines
180 B
Go

//go:build !linux || riscv64 || arm64
package main
import (
"fiatjaf.com/nostr/sdk"
"github.com/urfave/cli/v3"
)
func setupLocalDatabases(c *cli.Command, sys *sdk.System) {
}