diff options
Diffstat (limited to 'commands/comment.go')
-rw-r--r-- | commands/comment.go | 1 |
1 files changed, 1 insertions, 0 deletions
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" |