mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-02 00:56:53 +00:00
Fix GET /panic The GET /panic api call is not working due the the logger.Panic method failing to call panic. This change replaces the logger.Panic method call with logger.Info and adds a call to os.Exit(255).