aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/dbus/proxy.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-12 23:19:34 +0900
committerOphestra <cat@gensokyo.uk>2025-11-12 23:19:34 +0900
commit15a66a2b314e7a674c9445e25ffb2451ec73b55e (patch)
tree55185c2aa4d64ed87a4b543610d4d182d68fcf3a /system/dbus/proxy.go
parentf347d44c2281f507e3786aa498f634bfa4c92d84 (diff)
treewide: import internal/helper
For #24. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system/dbus/proxy.go')
-rw-r--r--system/dbus/proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dbus/proxy.go b/system/dbus/proxy.go
index a3a60652..9de49c41 100644
--- a/system/dbus/proxy.go
+++ b/system/dbus/proxy.go
@@ -6,8 +6,8 @@ import (
"sync"
"syscall"
- "hakurei.app/helper"
"hakurei.app/hst"
+ "hakurei.app/internal/helper"
"hakurei.app/message"
)