diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-13 18:32:11 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-13 18:39:19 +0200 |
commit | 4c850b598939536b2e09ed520e427e94d0026211 (patch) | |
tree | 99c08f0e853cca023bcf5e6044964c630ae52299 /commands/open.go | |
parent | df144e727a858ed07e3c9328d91efe052c4781e1 (diff) | |
download | git-bug-4c850b598939536b2e09ed520e427e94d0026211.tar.gz git-bug-4c850b598939536b2e09ed520e427e94d0026211.zip |
cleanup go imports
Diffstat (limited to 'commands/open.go')
-rw-r--r-- | commands/open.go | 1 |
1 files changed, 1 insertions, 0 deletions
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" |