diff options
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/root.go b/commands/root.go index d98f9448..cb4fd686 100644 --- a/commands/root.go +++ b/commands/root.go @@ -8,10 +8,9 @@ import ( "github.com/spf13/cobra" "github.com/MichaelMure/git-bug/commands/bridge" - usercmd "github.com/MichaelMure/git-bug/commands/user" - "github.com/MichaelMure/git-bug/commands/bug" "github.com/MichaelMure/git-bug/commands/execenv" + "github.com/MichaelMure/git-bug/commands/user" ) // These variables are initialized externally during the build. See the Makefile. |