summaryrefslogtreecommitdiff
path: root/integrationtests/parse_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-05 23:53:01 +0200
committerPaul Buetow <paul@buetow.org>2026-03-05 23:53:01 +0200
commitacd91c7c11658360e0540f9d550f1fe0da167109 (patch)
tree2117c92bb17a1ffa3da8a09f93e614976c2fc375 /integrationtests/parse_test.go
parentf6135befedb7da8603ecff2c59b155effd0183db (diff)
Normalize Go import grouping with local ior section
Diffstat (limited to 'integrationtests/parse_test.go')
-rw-r--r--integrationtests/parse_test.go7
1 files changed, 4 insertions, 3 deletions
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"
)