mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 21:32:56 +01:00
8 lines
86 B
Go
8 lines
86 B
Go
//go:build !debug
|
|
|
|
package nostr
|
|
|
|
func debugLogf(str string, args ...any) {
|
|
return
|
|
}
|