From 4460a68aa299ad6b63ffbbbb23585b93fad9feee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 7 Mar 2025 21:26:52 +0200 Subject: add pprof option and rename ioriotng to ior --- cmd/ioriotng/main.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 cmd/ioriotng/main.go (limited to 'cmd/ioriotng') 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()) -} -- cgit v1.2.3