mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-23 06:58:51 +00:00
12 lines
180 B
Go
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) {
|
|
}
|