Skip to content

DAtek/gotils

Repository files navigation

codecov Go Report Card

Gotils

Golang utilities for building applications.

Why?

I found myself implementing almost the same utility functions in my new Go projects and it started to annoyed me.

I know there are a lot of other mature and good quality packages out there, but for me, who started using Go not long ago, it was a good exercise to implement these lightweight helpers.