diff options
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/root.go b/commands/root.go index df8d3d32..ac2a75d8 100644 --- a/commands/root.go +++ b/commands/root.go @@ -2,10 +2,11 @@ package commands import ( "fmt" + "os" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/repository" "github.com/spf13/cobra" - "os" ) // Will display "git bug" |