Categorygithub.com/rande/goapp
repositorypackage
0.0.0-20231103185600-ee84e9faba22
Repository: https://github.com/rande/goapp.git
Documentation: pkg.go.dev

# README

Go App

Build Status

  • 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