Various small functions I regularly use in my projects
Find a file
Samuel Becker c50cf88dd0 Added function to send a single value into a channel.
Is a wrapper for goroutines and similar where a return value can't be collected
Also added Goland's file things
2023-01-19 12:51:46 +01:00
.idea Added function to send a single value into a channel. 2023-01-19 12:51:46 +01:00
pkg Added function to send a single value into a channel. 2023-01-19 12:51:46 +01:00
go.mod update module path 2022-08-07 21:59:43 +02:00
LICENSE Add LICENSE 2022-12-19 13:49:33 +00:00
README.md Update readme 2022-08-07 19:58:06 +02:00

GoUtils

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