repos
/
orly
/
vendor
/
github.com
/
nbd-wtf
/
go-nostr
/ log_normal.go
log_normal.go
raw
1
//go:build !debug
2
3
package nostr
4
5
func debugLogf(str string, args ...any) {
6
}
7