Cog is a collection of utils for golang that I tend to use across many of my projects. Rather than building new cogs everywhere, I've just consolidated them all here. Cogs for everyone!
Cog consists of the following modules:
Each module contains full documentation over on godoc, including tons of examples.
As you might have noticed, the modules have weirdly spelled names; this is so that you can, for example, import both "sync" and "cync" into the same file, since "cync" only supplements "sync".