Merge pull request #110 from jkaninda/refactor

chore: remove os.kill.signal
This commit is contained in:
2024-10-05 10:42:55 +02:00
committed by GitHub

View File

@@ -66,5 +66,4 @@ func Fatal(msg string, args ...any) {
} }
os.Exit(1) os.Exit(1)
os.Kill.Signal()
} }