From f116bada83851fadea063c700d5808db6de014be Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 31 Jul 2023 16:08:58 +0300 Subject: [PATCH] update resources --- dev/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/resources.md b/dev/resources.md index 15bc103..cdd1314 100644 --- a/dev/resources.md +++ b/dev/resources.md @@ -61,6 +61,7 @@ ### Signal Handling / Restart - https://www.developer.com/languages/os-signals-go/ +- https://stackoverflow.com/questions/68201595/how-to-restart-itself-in-go-daemon-process - https://github.com/kylelemons/daemon/blob/master/restart.go - https://golang.howtos.io/managing-os-signals-in-go/ - https://golang.howtos.io/working-with-system-signals-in-go-using-the-os-signal-package/