Various small functions I regularly use in my projects
Find a file
mStar b3db20785b Rename MapMap and new map func
Renamed MapMap to MapSameKeys to increase clarity for usage
Added func MapNewKeys to allow making a map with new keys too
2024-07-30 17:07:50 +02: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
maputils Rename MapMap and new map func 2024-07-30 17:07:50 +02:00
multiplexer Add multiplexer 2024-02-11 11:35:59 +01:00
other Add func to get the pointer to some value 2024-07-07 16:00:08 +02:00
sliceutils Moved stuff, added Contains to sliceutils 2024-01-17 09:47:33 +01:00
go.mod Fix go.mod for new gitlab username 2024-01-17 09:48:27 +01:00
LICENSE Add LICENSE 2022-12-19 13:49:33 +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.