summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-03-22 00:25:47 +0100
committerWim <wim@42.be>2016-03-22 00:26:27 +0100
commit93db74e7e13fe7d1fb7e252c41f5e763f0acba64 (patch)
treea667b332b0caa9fced90d82af5be903643b0e753 /config.go
parent0e6fe4070aecc7370e2668e8466cd52b226f005a (diff)
downloadmatterbridge-msglm-93db74e7e13fe7d1fb7e252c41f5e763f0acba64.tar.gz
matterbridge-msglm-93db74e7e13fe7d1fb7e252c41f5e763f0acba64.tar.bz2
matterbridge-msglm-93db74e7e13fe7d1fb7e252c41f5e763f0acba64.zip
Add -debug option. Run go fmt. Some cleanups
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index c5684ab5..1c16d771 100644
--- a/config.go
+++ b/config.go
@@ -1,9 +1,9 @@
package main
import (
+ log "github.com/Sirupsen/logrus"
"gopkg.in/gcfg.v1"
"io/ioutil"
- "log"
)
type Config struct {