diff options
author | Wim <wim@42.be> | 2018-04-19 13:04:12 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-04-19 13:04:12 +0200 |
commit | 31a752fa21dcc08d5885697e72a9cad91e34f01c (patch) | |
tree | 49b6d674d751598dbe875e3b833fff93ef715bdb /bridge/helper | |
parent | a83831e68d47a83775ab54539ddf4fd776576fa7 (diff) | |
download | matterbridge-msglm-31a752fa21dcc08d5885697e72a9cad91e34f01c.tar.gz matterbridge-msglm-31a752fa21dcc08d5885697e72a9cad91e34f01c.tar.bz2 matterbridge-msglm-31a752fa21dcc08d5885697e72a9cad91e34f01c.zip |
Add missing import
Diffstat (limited to 'bridge/helper')
-rw-r--r-- | bridge/helper/helper.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/helper/helper.go b/bridge/helper/helper.go index 7edffb80..5fdc6ecc 100644 --- a/bridge/helper/helper.go +++ b/bridge/helper/helper.go @@ -7,6 +7,7 @@ import ( log "github.com/sirupsen/logrus" "io" "net/http" + "strings" "time" ) |