Various small functions I regularly use in my projects
- other.ConfigureLoggingFromCliArgs has been renamed to other.ConfigureLogging - The -logfile cli argument has been removed and replaced with an argument to other.ConfigureLogging. This argument takes a pointer to a string or nil. If it's a valid pointer, it's used just like the -logfile cli flag before - The logfile, if requested via the previously mentioned parameter, can now be rotated by calling the returned function. If no logfile is specified, the returned function does nothing |
||
---|---|---|
containers | ||
embedFsWrapper | ||
http | ||
logrotate | ||
maputils | ||
multiplexer | ||
other | ||
sliceutils | ||
wrapped-mutex | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
GoUtils
A collection of useful functions and structs that I use for my projects.