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/process.go | |
| parent | 4e7aab07d5b175345fdf3ea08868dab1e6d90126 (diff) | |
treewide: import internal/system
For #24.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/process.go')
| -rw-r--r-- | internal/outcome/process.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/process.go b/internal/outcome/process.go index 3aa4d0e2..537235fd 100644 --- a/internal/outcome/process.go +++ b/internal/outcome/process.go @@ -18,8 +18,8 @@ import ( "hakurei.app/hst" "hakurei.app/internal" "hakurei.app/internal/store" + "hakurei.app/internal/system" "hakurei.app/message" - "hakurei.app/system" ) const ( |
