From 7cae9d4881019c4676d7cbe2e5f638c2c28ba763 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 16 Mar 2025 22:06:58 +0200 Subject: refactor directories --- internal/flamegraph/flamegraph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/flamegraph') 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" -- cgit v1.2.3