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

https://github.com/infinityworks/go-common

Some small common go libs and utils
https://github.com/infinityworks/go-common

Last synced: 5 months ago
JSON representation

Some small common go libs and utils

Awesome Lists containing this project

README

          

# Go Common
A small set of frequently used libs, with some small bootstrapping.

Components:

* Generic Config
* Log init & level driven by environment variables
* Prometheus metrics endpoint (basic)
* Routing and router

Overview
--------

GoCommon is designed to help you deliver a http based application with minimal fuss. It includes the concepts and implementation of logging, prometheus metrics, routing (via the mux router) and extensible configuration.