https://github.com/rande/goapp
A Golang services container
https://github.com/rande/goapp
Last synced: about 2 months ago
JSON representation
A Golang services container
- Host: GitHub
- URL: https://github.com/rande/goapp
- Owner: rande
- License: mit
- Created: 2014-01-09T00:22:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T20:24:14.000Z (over 2 years ago)
- Last Synced: 2025-12-26T13:10:46.041Z (6 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/rande/goapp
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go App
======
[](https://travis-ci.org/rande/goapp)
- 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