aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/outcome.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-13 01:22:47 +0900
committerOphestra <cat@gensokyo.uk>2025-11-13 01:22:47 +0900
commitbf5d10743f82ea438b1a05939f55d8b0027e98b9 (patch)
tree5d0294116c219ecce64af42adb2d17db8e6e116b /internal/outcome/outcome.go
parent4e7aab07d5b175345fdf3ea08868dab1e6d90126 (diff)
treewide: import internal/system
For #24. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/outcome.go')
-rw-r--r--internal/outcome/outcome.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/outcome/outcome.go b/internal/outcome/outcome.go
index 1af253ce..b137d4f3 100644
--- a/internal/outcome/outcome.go
+++ b/internal/outcome/outcome.go
@@ -10,9 +10,9 @@ import (
"hakurei.app/container/check"
"hakurei.app/hst"
"hakurei.app/internal/env"
+ "hakurei.app/internal/system"
+ "hakurei.app/internal/system/acl"
"hakurei.app/message"
- "hakurei.app/system"
- "hakurei.app/system/acl"
)
// envAllocSize is the initial size of the env map pre-allocated when the configured env map is nil.