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/open.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/open.go') diff --git a/commands/open.go b/commands/open.go index c99578cf..8a5ede3d 100644 --- a/commands/open.go +++ b/commands/open.go @@ -2,6 +2,7 @@ package commands import ( "errors" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/bug/operations" "github.com/spf13/cobra" -- cgit