From c9009b52990d86c6d2589b786b6545488e8ae6ef Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 29 Dec 2022 10:26:47 +0100 Subject: commands: don't double build the lamport clocks --- commands/root.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'commands/root.go') 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. -- cgit