Various small functions I regularly use in my projects
Find a file
2025-04-24 15:58:32 +02:00
containers Change queues and stacks 2025-04-24 15:52:43 +02: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 More error returns added 2025-04-24 15:58:21 +02:00
maputils Apply some guy's law about logic operation reordering 2025-04-24 15:58:32 +02:00
math Add generic math abs 2025-04-10 14:36:51 +02:00
other BREAKING CHANGE: Update ConfigureLogging 2025-04-08 17:09:50 +02:00
sliceutils Add sliceutils.ContainsFunc 2025-04-11 12:38:41 +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.