well-goknown/vendor/github.com/nbd-wtf/go-nostr/log_normal.go

7 lines
78 B
Go
Raw Normal View History

//go:build !debug
package nostr
func debugLogf(str string, args ...any) {
}