summaryrefslogtreecommitdiff
path: root/cmd/ioriotng/main.go
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/ioriotng/main.go
parent2b91942467052dfb389d9209fc96e6bb52fa2e3f (diff)
add pprof option and rename ioriotng to ior
Diffstat (limited to 'cmd/ioriotng/main.go')
-rw-r--r--cmd/ioriotng/main.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/cmd/ioriotng/main.go b/cmd/ioriotng/main.go
deleted file mode 100644
index 5173cbb..0000000
--- a/cmd/ioriotng/main.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package main
-
-import (
- "ioriotng/internal"
- "ioriotng/internal/flags"
-)
-
-func main() {
- internal.Run(flags.New())
-}