diff options
Diffstat (limited to 'gateway/router.go')
-rw-r--r-- | gateway/router.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gateway/router.go b/gateway/router.go index 264486c2..3a45de36 100644 --- a/gateway/router.go +++ b/gateway/router.go @@ -2,9 +2,10 @@ package gateway import ( "fmt" + "github.com/42wim/matterbridge/bridge" "github.com/42wim/matterbridge/bridge/config" - "github.com/42wim/matterbridge/gateway/samechannel" + samechannelgateway "github.com/42wim/matterbridge/gateway/samechannel" // "github.com/davecgh/go-spew/spew" "time" ) |