Elegant and efficient Golang service management. Supports environment variable binding and service startup in a specified order.
- Service Management: Organize and manage service startup in a predefined order.
- Environment Variable Binding: Automatically bind services with environment variables to ensure proper configuration.
- Optimized for Efficiency: Focused on performance and simplicity.
- This package is a pure Go implementation with no third-party or C dependencies.
To install this package, run the following command:
go get github.com/RealFax/packaged
- Setup Services: Define the services you want to manage using this package.
- Configure Environment Variables: Bind necessary environment variables to each service.
- Start Services: Use the package to start services in the required order.
see: https://github.com/RealFax/packaged/tree/main/example
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.