mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-09 14:39:15 +02:00
7 lines
79 B
Go
7 lines
79 B
Go
//go:build !debug
|
|
|
|
package relays
|
|
|
|
func debugLogf(str string, args ...any) {
|
|
}
|