aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/bridges.go
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2018-12-08 03:58:51 +0100
committerCyril Roelandt <tipecaml@gmail.com>2018-12-16 00:51:22 +0100
commitd6ddf0ef5c64cdb5262bcaba8018e6345ea391a1 (patch)
tree059dc88d40ebf99a83ffea8f669f33df8cfbfbdc /bridge/bridges.go
parent63807382d345d93a939c8ffb8bed04fa2a840f66 (diff)
downloadgit-bug-d6ddf0ef5c64cdb5262bcaba8018e6345ea391a1.tar.gz
Initial Launchpad bridge.
This a just a preview. Not all features are expected to work.
Diffstat (limited to 'bridge/bridges.go')
-rw-r--r--bridge/bridges.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/bridges.go b/bridge/bridges.go
index 4a0ef9e2..6cbd13fe 100644
--- a/bridge/bridges.go
+++ b/bridge/bridges.go
@@ -4,6 +4,7 @@ package bridge
import (
"github.com/MichaelMure/git-bug/bridge/core"
_ "github.com/MichaelMure/git-bug/bridge/github"
+ _ "github.com/MichaelMure/git-bug/bridge/launchpad"
"github.com/MichaelMure/git-bug/cache"
"github.com/MichaelMure/git-bug/repository"
)