mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-13 04:52:19 +02:00
rename debugLog->debugLogf
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
package nostr
|
||||
|
||||
func debugLog(str string, args ...any) {
|
||||
func debugLogf(str string, args ...any) {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user