465 B
465 B
Changelog: @go/starter
v1.0.0 (2026-05-10)
🚀 Features
- Initial Release: Migrated from
ssgo/startertoapigo.cc/go/starter. - Background Mode: Supports running services in the background with
-logredirection. - PID Management: Automatic PID file creation and cleanup.
- Signal Handling: Graceful shutdown on
SIGINT/SIGTERM, reload support onSIGHUP. - Infrastructure Alignment: Integrated with
go/fileandgo/log.