Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 311 Bytes

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, ...