From 32136b8cb18944157ff1f361bc0755f6b627fd47 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 21 Feb 2026 10:25:39 +0200 Subject: Align Go project structure and add Mage targets Amp-Thread-ID: https://ampcode.com/threads/T-019c7f3b-1326-767b-94d5-366b91eaf712 Co-authored-by: Amp --- cmd/ior/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/ior/main.go b/cmd/ior/main.go index 0f3b38e..595f8f6 100644 --- a/cmd/ior/main.go +++ b/cmd/ior/main.go @@ -2,10 +2,11 @@ package main import ( "fmt" - "ior/internal" - "ior/internal/flags" "os" "runtime" + + "ior/internal" + "ior/internal/flags" ) // main is the entry point for the application. It checks if the OS is Linux, -- cgit v1.2.3