diff options
Diffstat (limited to 'commands/close.go')
-rw-r--r-- | commands/close.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/close.go b/commands/close.go index f57519ea..10420a4e 100644 --- a/commands/close.go +++ b/commands/close.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" |