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/flamegraph/flamegraph.go | |
| parent | 3ebafeb4dec7c5029cc42e0f9ea38f84691b5453 (diff) | |
refactor directories
Diffstat (limited to 'internal/flamegraph/flamegraph.go')
| -rw-r--r-- | internal/flamegraph/flamegraph.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flamegraph/flamegraph.go b/internal/flamegraph/flamegraph.go index 5e808b3..9c51cb2 100644 --- a/internal/flamegraph/flamegraph.go +++ b/internal/flamegraph/flamegraph.go @@ -4,7 +4,7 @@ import ( "context" "fmt" "ior/internal/event" - "ior/internal/generated/types" + "ior/internal/types" "os" "strings" "sync" |
