summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-21 10:25:39 +0200
committerPaul Buetow <paul@buetow.org>2026-02-21 10:25:39 +0200
commit32136b8cb18944157ff1f361bc0755f6b627fd47 (patch)
treee778661fb464bd53eb81263562bb8bd7b1aa79de /cmd
parentb3ef6e1b8b8ad5e05d8fd78c9cb1379f56eef854 (diff)
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 <amp@ampcode.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ior/main.go5
1 files changed, 3 insertions, 2 deletions
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,