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
- Host: GitHub
- URL: https://github.com/infinityworks/go-common
- Owner: infinityworks
- License: mit
- Created: 2017-02-08T15:24:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T16:54:00.000Z (almost 9 years ago)
- Last Synced: 2025-08-13T19:43:03.540Z (11 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.