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