GoUtils is a collection of Golang utility libraries. https://r00t2.io/
Go to file
brent saner e734e847c4
v1.8.0
ADDED:
* Basic macOS support (and BSD support, etc.)
* macOS has its own proprietary logging, ULS ("Unified Logging System"),
  but there doesn't seem to be native Golang support. So lolbai;
  your only options are syslog, stdlog, null log, filelog, and the
  "meta" logs (multilog, default log- which should use syslog).
2025-02-10 13:01:46 -05:00
bitmask v1.7.1 2024-11-07 03:44:54 -05:00
checks adding license 2020-09-26 03:20:23 -04:00
logging v1.8.0 2025-02-10 13:01:46 -05:00
multierr v1.7.2 2025-01-04 02:29:49 -05:00
structutils v1.5.0 2024-04-13 13:04:17 -04:00
.gitignore Finalizing for 1.2.0 2022-01-16 06:55:29 -05:00
go.mod finalizing logging and multierror 2022-01-05 05:15:38 -05:00
go.sum finalizing logging and multierror 2022-01-05 05:15:38 -05:00
LICENSE adding license 2020-09-26 03:20:23 -04:00