summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ior/main.go (renamed from cmd/ioriotng/main.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ioriotng/main.go b/cmd/ior/main.go
index 5173cbb..025abbb 100644
--- a/cmd/ioriotng/main.go
+++ b/cmd/ior/main.go
@@ -1,8 +1,8 @@
package main
import (
- "ioriotng/internal"
- "ioriotng/internal/flags"
+ "ior/internal"
+ "ior/internal/flags"
)
func main() {