fix: signal handler setter doesn't need to be ran asynchronously

This commit is contained in:
akulij 2025-02-27 22:12:13 +00:00
parent 5f13d1d409
commit d924708a1c

View File

@ -53,7 +53,7 @@ type Flags struct {
} }
func main() { func main() {
go setSystemSignalHandlers() setSystemSignalHandlers()
flags, err := parseFlags() flags, err := parseFlags()
if err != nil { if err != nil {
errorf("error while parsing arguments: %s\n", err) errorf("error while parsing arguments: %s\n", err)