From a5679641aa0eb9e872605b70c263c3e950132647 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 27 Oct 2022 19:24:57 -0700 Subject: ref(users/fcuny): and just like that ... --- users/fcuny/exp/buckit/fetch.go | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 users/fcuny/exp/buckit/fetch.go (limited to 'users/fcuny/exp/buckit/fetch.go') diff --git a/users/fcuny/exp/buckit/fetch.go b/users/fcuny/exp/buckit/fetch.go deleted file mode 100644 index e4204ae..0000000 --- a/users/fcuny/exp/buckit/fetch.go +++ /dev/null @@ -1,16 +0,0 @@ -package main - -import ( - "github.com/urfave/cli/v2" -) - -var fetchCmd = &cli.Command{ - Name: "fetch", - Usage: "Fetch a version of a package", - Action: fetchAction, - ArgsUsage: " ", -} - -func fetchAction(ctx *cli.Context) error { - return nil -} -- cgit 1.4.1