From acd91c7c11658360e0540f9d550f1fe0da167109 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 5 Mar 2026 23:53:01 +0200 Subject: Normalize Go import grouping with local ior section --- internal/flamegraph/worker.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/flamegraph/worker.go') diff --git a/internal/flamegraph/worker.go b/internal/flamegraph/worker.go index 0f49568..1e8c639 100644 --- a/internal/flamegraph/worker.go +++ b/internal/flamegraph/worker.go @@ -2,8 +2,9 @@ package flamegraph import ( "context" - "ior/internal/event" "sync" + + "ior/internal/event" ) type worker struct { -- cgit v1.2.3