summaryrefslogtreecommitdiff
path: root/internal/flamegraph
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-16 22:06:58 +0200
committerPaul Buetow <paul@buetow.org>2025-03-16 22:06:58 +0200
commit7cae9d4881019c4676d7cbe2e5f638c2c28ba763 (patch)
treeef841ef0cac3edf16ccad5f1cb5e848f99daebec /internal/flamegraph
parent3ebafeb4dec7c5029cc42e0f9ea38f84691b5453 (diff)
refactor directories
Diffstat (limited to 'internal/flamegraph')
-rw-r--r--internal/flamegraph/flamegraph.go2
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"