Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 463 Bytes

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.