An open API service indexing awesome lists of open source software.

https://github.com/datek/gotils

Utilities for Golang
https://github.com/datek/gotils

datetime environment-variables logging timeout waitgroup

Last synced: 4 months ago
JSON representation

Utilities for Golang

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/DAtek/gotils/graph/badge.svg?token=7ZUEPF7H54)](https://codecov.io/gh/DAtek/gotils) [![Go Report Card](https://goreportcard.com/badge/github.com/DAtek/gotils)](https://goreportcard.com/report/github.com/DAtek/gotils)

# 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.