aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/final
diff options
context:
space:
mode:
Diffstat (limited to 'internal/final')
-rw-r--r--internal/final/exit.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/internal/final/exit.go b/internal/final/exit.go
index 86cc2e71..063d8d04 100644
--- a/internal/final/exit.go
+++ b/internal/final/exit.go
@@ -3,12 +3,13 @@ package final
import (
"errors"
"fmt"
- "git.ophivana.moe/cat/fortify/internal/acl"
- "git.ophivana.moe/cat/fortify/internal/state"
- "git.ophivana.moe/cat/fortify/internal/verbose"
- "git.ophivana.moe/cat/fortify/internal/xcb"
"io/fs"
"os"
+
+ "git.ophivana.moe/cat/fortify/acl"
+ "git.ophivana.moe/cat/fortify/internal/state"
+ "git.ophivana.moe/cat/fortify/internal/verbose"
+ "git.ophivana.moe/cat/fortify/xcb"
)
func Fatal(msg ...any) {