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 --- integrationtests/parse_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'integrationtests/parse_test.go') diff --git a/integrationtests/parse_test.go b/integrationtests/parse_test.go index 6425298..65781a5 100644 --- a/integrationtests/parse_test.go +++ b/integrationtests/parse_test.go @@ -3,13 +3,14 @@ package integrationtests import ( "bytes" "encoding/gob" - "ior/internal/file" - "ior/internal/flamegraph" - "ior/internal/types" "os" "path/filepath" "testing" + "ior/internal/file" + "ior/internal/flamegraph" + "ior/internal/types" + "github.com/DataDog/zstd" ) -- cgit v1.2.3