diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-05 23:53:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-05 23:53:01 +0200 |
| commit | acd91c7c11658360e0540f9d550f1fe0da167109 (patch) | |
| tree | 2117c92bb17a1ffa3da8a09f93e614976c2fc375 /internal/statsengine/filerank.go | |
| parent | f6135befedb7da8603ecff2c59b155effd0183db (diff) | |
Normalize Go import grouping with local ior section
Diffstat (limited to 'internal/statsengine/filerank.go')
| -rw-r--r-- | internal/statsengine/filerank.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/statsengine/filerank.go b/internal/statsengine/filerank.go index 6e8f27f..dd83e8d 100644 --- a/internal/statsengine/filerank.go +++ b/internal/statsengine/filerank.go @@ -2,9 +2,10 @@ package statsengine import ( "container/heap" + "sort" + "ior/internal/event" "ior/internal/types" - "sort" ) const fileRankTopNDefault = 20 |
