summaryrefslogtreecommitdiffstats
path: root/matterbridge.go
diff options
context:
space:
mode:
Diffstat (limited to 'matterbridge.go')
-rw-r--r--matterbridge.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/matterbridge.go b/matterbridge.go
index f05a745b..df138028 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -3,13 +3,14 @@ package main
import (
"flag"
"fmt"
+ "os"
+ "strings"
+
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/gateway"
"github.com/google/gops/agent"
log "github.com/sirupsen/logrus"
prefixed "github.com/x-cray/logrus-prefixed-formatter"
- "os"
- "strings"
)
var (