diff options
Diffstat (limited to 'cmd/ship/main.go')
| -rw-r--r-- | cmd/ship/main.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cmd/ship/main.go b/cmd/ship/main.go deleted file mode 100644 index 17516fb..0000000 --- a/cmd/ship/main.go +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | package main | ||
| 2 | |||
| 3 | import "os" | ||
| 4 | |||
| 5 | func main() { | ||
| 6 | initV2() | ||
| 7 | if err := rootV2Cmd.Execute(); err != nil { | ||
| 8 | os.Exit(1) | ||
| 9 | } | ||
| 10 | } | ||
