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/comment.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/comment.go') diff --git a/commands/comment.go b/commands/comment.go index 0a76e4ce..97aa18aa 100644 --- a/commands/comment.go +++ b/commands/comment.go @@ -3,6 +3,7 @@ package commands import ( "errors" "fmt" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/bug/operations" "github.com/MichaelMure/git-bug/input" -- cgit