diff options
Diffstat (limited to 'bool.go')
| -rw-r--r-- | bool.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,8 @@ package log func Bool(b bool, a ...any) { - if ! b {return} + if !b { + return + } realPrintln(a...) } |
![]() |
index : go.wit.com/log.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |