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

https://github.com/danielblagy/go-utils


https://github.com/danielblagy/go-utils

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# go-utils

Handy generic utilities for webapp development with golang.

## config-wrapper

A config wrapper "client" for retrieving .env variables.
TODO add other config client implementations.

## Logger

A logger wrapper (uses github.com/inconshreveable/log15).
This logger wrapper is convenient for unit testing.
It makes it possible to skip defining calls for mock.