FIXED:
* Windows logging needs to import bitmnask
This commit is contained in:
brent saner 2025-09-09 08:50:47 -04:00
parent 965657d1b2
commit 3c49a5b70a
Signed by: bts
GPG Key ID: 8C004C2F93481F6B

View File

@ -3,6 +3,8 @@ package logging
import (
`os`
`path/filepath`
`r00t2.io/goutils/bitmask`
)
// Flags for logger configuration. These are used internally.