summaryrefslogtreecommitdiff
path: root/cmd/ioriotng
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ioriotng')
-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())
-}