summaryrefslogtreecommitdiff
path: root/cmd/home
diff options
context:
space:
mode:
authoralex emery <[email protected]>2024-11-03 15:33:28 +0000
committeralex emery <[email protected]>2024-11-03 15:33:28 +0000
commit508527f52de524a4fd174d386808e314b4138b11 (patch)
tree2593af258b67decbf0207e2547b7ea55f6b051d7 /cmd/home
parent22bfae8f9637633d5608caad3ce56b64c6819505 (diff)
feat: static builds
Diffstat (limited to 'cmd/home')
-rw-r--r--cmd/home/main.go2
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")