repositorypackage
0.0.0-20231103185600-ee84e9faba22
Repository: https://github.com/rande/goapp.git
Documentation: pkg.go.dev
# README
Go App
- Try to normalize how an application should start without providing any convention about how each steps should be used.
- Provide an application container to store services
Features
- Application container
- Load configuration file (as string) and replace {{ env 'ENV' }} with env variables
- Application lifecycle management: from load to exit