aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/exit.go')
-rw-r--r--internal/exit.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/exit.go b/internal/exit.go
deleted file mode 100644
index fe2a7ce3..00000000
--- a/internal/exit.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package internal
-
-import (
- "os"
-
- "hakurei.app/internal/hlog"
-)
-
-func Exit(code int) { hlog.BeforeExit(); os.Exit(code) }