diff options
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, |
