We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576547f commit d4b657fCopy full SHA for d4b657f
main.go
@@ -66,7 +66,7 @@ func main() {
66
router.Setup(app)
67
68
shutdownChan := make(chan os.Signal, 1)
69
- signal.Notify(shutdownChan, os.Interrupt, syscall.SIGTERM)
+ signal.Notify(shutdownChan, os.Interrupt, syscall.SIGTERM, syscall.SIGINT)
70
71
go func() {
72
if err := listener.Start(app); err != nil {
0 commit comments