update resources

This commit is contained in:
Aliberk Sandıkçı 2023-07-31 16:08:58 +03:00
parent c9ecd55a00
commit f116bada83
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -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/