diff options
author | Wim <wim@42.be> | 2018-02-20 23:41:09 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-20 23:41:09 +0100 |
commit | 6ea368c383ccc19678623c51d8e4ecbbdb0a64ac (patch) | |
tree | 0ccce9d453a743c59abf58eb510ccab99128e381 /bridge/steam | |
parent | e92b6de09fd9d983deea17113b28aaba14863735 (diff) | |
download | matterbridge-msglm-6ea368c383ccc19678623c51d8e4ecbbdb0a64ac.tar.gz matterbridge-msglm-6ea368c383ccc19678623c51d8e4ecbbdb0a64ac.tar.bz2 matterbridge-msglm-6ea368c383ccc19678623c51d8e4ecbbdb0a64ac.zip |
Move Sirupsen => sirupsen
Diffstat (limited to 'bridge/steam')
-rw-r--r-- | bridge/steam/steam.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/steam/steam.go b/bridge/steam/steam.go index 51e15c5b..2ce6e0bc 100644 --- a/bridge/steam/steam.go +++ b/bridge/steam/steam.go @@ -6,7 +6,7 @@ import ( "github.com/Philipp15b/go-steam" "github.com/Philipp15b/go-steam/protocol/steamlang" "github.com/Philipp15b/go-steam/steamid" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" //"io/ioutil" "strconv" "sync" |