diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-07 21:26:52 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-07 21:26:52 +0200 |
| commit | 4460a68aa299ad6b63ffbbbb23585b93fad9feee (patch) | |
| tree | 72b585097db224d319e792b51bdf313401fe891d /cmd/ioriotng/main.go | |
| parent | 2b91942467052dfb389d9209fc96e6bb52fa2e3f (diff) | |
add pprof option and rename ioriotng to ior
Diffstat (limited to 'cmd/ioriotng/main.go')
| -rw-r--r-- | cmd/ioriotng/main.go | 10 |
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()) -} |
