Various small functions I regularly use in my projects
Find a file
mstar afcc54c831
BREAKING CHANGE: Remodelled logging setup
- 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
2025-03-24 08:39:04 +01:00
containers Moved stuff, added Contains to sliceutils 2024-01-17 09:47:33 +01:00
embedFsWrapper Add wrapper for embed.FS to "fix" it including the full filepath for included files 2024-02-21 14:12:50 +01:00
http Restructure all http related files 2025-03-04 13:56:57 +01:00
logrotate BREAKING CHANGE: Remodelled logging setup 2025-03-24 08:39:04 +01:00
maputils Fix maputils 2024-12-02 08:42:42 +01:00
multiplexer Add multiplexer 2024-02-11 11:35:59 +01:00
other BREAKING CHANGE: Remodelled logging setup 2025-03-24 08:39:04 +01:00
sliceutils Add compact slice function 2024-12-01 10:29:28 +01:00
wrapped-mutex sync for backup 2024-08-22 19:56:37 +02:00
go.mod Fix module name 2024-12-01 10:41:26 +01:00
go.sum Add middlewares 2024-11-26 17:30:05 +01:00
LICENSE Add LICENSE 2024-09-09 15:24:19 +00:00
README.md Windows was dumb. Is now LF 2023-08-18 17:13:53 +02:00

GoUtils

A collection of useful functions and structs that I use for my projects.