module
0.0.0-20170820165359-7f20a140fd37
Repository: https://github.com/infinityworks/go-common.git
Documentation: pkg.go.dev
# 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.