diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-12 23:19:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-12 23:19:34 +0900 |
| commit | 15a66a2b314e7a674c9445e25ffb2451ec73b55e (patch) | |
| tree | 55185c2aa4d64ed87a4b543610d4d182d68fcf3a /internal/outcome | |
| parent | f347d44c2281f507e3786aa498f634bfa4c92d84 (diff) | |
treewide: import internal/helper
For #24.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome')
| -rw-r--r-- | internal/outcome/spdbus_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/spdbus_test.go b/internal/outcome/spdbus_test.go index 3fa8ad4a..c0ea1d37 100644 --- a/internal/outcome/spdbus_test.go +++ b/internal/outcome/spdbus_test.go @@ -6,8 +6,8 @@ import ( "hakurei.app/container" "hakurei.app/container/stub" - "hakurei.app/helper" "hakurei.app/hst" + "hakurei.app/internal/helper" "hakurei.app/message" "hakurei.app/system" "hakurei.app/system/acl" |
