Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/grongor/go-bootstrap
- Owner: grongor
- License: mit
- Created: 2021-04-13T14:28:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:47:00.000Z (11 months ago)
- Last Synced: 2024-10-12T13:39:33.763Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, ...