diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-21 10:25:39 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-21 10:25:39 +0200 |
| commit | 32136b8cb18944157ff1f361bc0755f6b627fd47 (patch) | |
| tree | e778661fb464bd53eb81263562bb8bd7b1aa79de /cmd | |
| parent | b3ef6e1b8b8ad5e05d8fd78c9cb1379f56eef854 (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.go | 5 |
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, |
