Add initial Rocket.Chat support

This commit is contained in:
Wim
2016-12-03 00:10:29 +01:00
parent d81e6bf6ce
commit fee159541f
7 changed files with 258 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
log "github.com/Sirupsen/logrus"
)
var version = "0.9.0"
var version = "0.9.1-dev"
func init() {
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})