Pull request: upd-pkgs-tools

Merge in DNS/adguard-home from upd-pkgs-tools to master

Squashed commit of the following:

commit 114c1ee94ff20339709e3ed66941d46692ab062c
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri Oct 28 17:17:03 2022 +0300

    all: upd go pkgs, tools
This commit is contained in:
Ainar Garipov
2022-10-28 17:42:45 +03:00
parent 9c9d6b48e3
commit 3dd7393b3f
6 changed files with 110 additions and 123 deletions

View File

@@ -55,9 +55,7 @@ func isReconfigureSignal(sig os.Signal) (ok bool) {
func isShutdownSignal(sig os.Signal) (ok bool) {
switch sig {
case
os.Interrupt,
syscall.SIGTERM:
case os.Interrupt, syscall.SIGTERM:
return true
default:
return false