This website requires JavaScript.
Explore
Help
Register
Sign In
highperfocused
/
go-nostr
Watch
1
Star
0
Fork
0
You've already forked go-nostr
mirror of
https://github.com/nbd-wtf/go-nostr.git
synced
2025-03-17 13:22:56 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
go-nostr
/
log_normal.go
7 lines
78 B
Go
Raw
Normal View
History
Unescape
Escape
improved logging thing with the "debug" build tag.
2023-04-11 09:07:37 -03:00
//go:build !debug
package
nostr
rename debugLog->debugLogf
2023-07-11 15:25:02 -03:00
func
debugLogf
(
str
string
,
args
...
any
)
{
improved logging thing with the "debug" build tag.
2023-04-11 09:07:37 -03:00
}
Reference in New Issue
Copy Permalink