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 /cmd | |
| parent | 4e7aab07d5b175345fdf3ea08868dab1e6d90126 (diff) | |
treewide: import internal/system
For #24.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/hakurei/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hakurei/command.go b/cmd/hakurei/command.go index e049cfc4..e1f4c513 100644 --- a/cmd/hakurei/command.go +++ b/cmd/hakurei/command.go @@ -20,8 +20,8 @@ import ( "hakurei.app/internal" "hakurei.app/internal/env" "hakurei.app/internal/outcome" + "hakurei.app/internal/system/dbus" "hakurei.app/message" - "hakurei.app/system/dbus" ) //go:linkname optionalErrorUnwrap hakurei.app/container.optionalErrorUnwrap |
