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