8 lines
85 B
Go
8 lines
85 B
Go
//go:build !debug
|
|
|
|
package nostr
|
|
|
|
func debugLog(str string, args ...any) {
|
|
return
|
|
}
|