Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grongor/go-bootstrap

Simple library for bootstrapping your Go application. It takes care of reading application config, setting up logging, and handling termination signals.
https://github.com/grongor/go-bootstrap

Last synced: 2 days ago
JSON representation

Simple library for bootstrapping your Go application. It takes care of reading application config, setting up logging, and handling termination signals.

Awesome Lists containing this project

README

        

# go-bootstrap

Simple library for bootstrapping your Go application.

It takes care of reading application config, setting up logging, and handling termination signals.

You may extend its capabilities by registering a custom extension with `app.Extension` interface.

@todo more detailed docs, add tests, ...