aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/buckit/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/exp/buckit/list.go')
-rw-r--r--users/fcuny/exp/buckit/list.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/users/fcuny/exp/buckit/list.go b/users/fcuny/exp/buckit/list.go
deleted file mode 100644
index 1c080ab..0000000
--- a/users/fcuny/exp/buckit/list.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package main
-
-import (
- "github.com/urfave/cli/v2"
-)
-
-var listCmd = &cli.Command{
- Name: "list",
- Usage: "List packages",
- Action: listAction,
-}
-
-func listAction(ctx *cli.Context) error {
- return nil
-}