diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-16 22:06:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-16 22:06:58 +0200 |
| commit | 7cae9d4881019c4676d7cbe2e5f638c2c28ba763 (patch) | |
| tree | ef841ef0cac3edf16ccad5f1cb5e848f99daebec /internal/eventloop.go | |
| parent | 3ebafeb4dec7c5029cc42e0f9ea38f84691b5453 (diff) | |
refactor directories
Diffstat (limited to 'internal/eventloop.go')
| -rw-r--r-- | internal/eventloop.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/eventloop.go b/internal/eventloop.go index e17095a..2c1607b 100644 --- a/internal/eventloop.go +++ b/internal/eventloop.go @@ -13,7 +13,7 @@ import ( "ior/internal/file" "ior/internal/flags" "ior/internal/flamegraph" - . "ior/internal/generated/types" + . "ior/internal/types" ) type eventLoop struct { |
