diff options
| author | alex emery <[email protected]> | 2024-11-03 15:33:28 +0000 |
|---|---|---|
| committer | alex emery <[email protected]> | 2024-11-03 15:33:28 +0000 |
| commit | 508527f52de524a4fd174d386808e314b4138b11 (patch) | |
| tree | 2593af258b67decbf0207e2547b7ea55f6b051d7 /cmd/home | |
| parent | 22bfae8f9637633d5608caad3ce56b64c6819505 (diff) | |
feat: static builds
Diffstat (limited to 'cmd/home')
| -rw-r--r-- | cmd/home/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/home/main.go b/cmd/home/main.go index 9dc5cc6..3f04b39 100644 --- a/cmd/home/main.go +++ b/cmd/home/main.go @@ -16,7 +16,7 @@ func main() { logger.Fatal("failed to start webserver", zap.Error(err)) } - done := make(chan os.Signal, 1) + done := make(chan os.Signal, 0) signal.Notify(done, os.Interrupt, syscall.SIGINT, syscall.SIGTERM) logger.Info("Starting web server") |
