From 4c850b598939536b2e09ed520e427e94d0026211 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 13 Aug 2018 18:32:11 +0200 Subject: cleanup go imports --- commands/root.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commands/root.go') 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" -- cgit