diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-13 01:22:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-13 01:22:47 +0900 |
| commit | bf5d10743f82ea438b1a05939f55d8b0027e98b9 (patch) | |
| tree | 5d0294116c219ecce64af42adb2d17db8e6e116b /internal/outcome/spdbus.go | |
| parent | 4e7aab07d5b175345fdf3ea08868dab1e6d90126 (diff) | |
treewide: import internal/system
For #24.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/spdbus.go')
| -rw-r--r-- | internal/outcome/spdbus.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/outcome/spdbus.go b/internal/outcome/spdbus.go index afb62ca0..c123135e 100644 --- a/internal/outcome/spdbus.go +++ b/internal/outcome/spdbus.go @@ -5,8 +5,8 @@ import ( "hakurei.app/container/fhs" "hakurei.app/hst" - "hakurei.app/system/acl" - "hakurei.app/system/dbus" + "hakurei.app/internal/system/acl" + "hakurei.app/internal/system/dbus" ) func init() { gob.Register(new(spDBusOp)) } |
