summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-07 21:26:52 +0200
committerPaul Buetow <paul@buetow.org>2025-03-07 21:26:52 +0200
commit4460a68aa299ad6b63ffbbbb23585b93fad9feee (patch)
tree72b585097db224d319e792b51bdf313401fe891d /cmd
parent2b91942467052dfb389d9209fc96e6bb52fa2e3f (diff)
add pprof option and rename ioriotng to ior
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() {