summaryrefslogtreecommitdiffstats
path: root/bridge/steam
diff options
context:
space:
mode:
authorDuco van Amstel <duco.vanamstel@gmail.com>2018-11-15 18:24:22 +0000
committerWim <wim@42.be>2018-11-15 19:24:22 +0100
commitc89085bf44333b4decd75e30cec5849dca859938 (patch)
treec15f512e7f79a0cba9eab41069a5b3d5d3349c70 /bridge/steam
parent4254ed3c638d0378d71c49918f241582ea30dc97 (diff)
downloadmatterbridge-msglm-c89085bf44333b4decd75e30cec5849dca859938.tar.gz
matterbridge-msglm-c89085bf44333b4decd75e30cec5849dca859938.tar.bz2
matterbridge-msglm-c89085bf44333b4decd75e30cec5849dca859938.zip
Fix and enable goimports linter (#591)
Diffstat (limited to 'bridge/steam')
-rw-r--r--bridge/steam/steam.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/bridge/steam/steam.go b/bridge/steam/steam.go
index a35a9d5d..b04c10be 100644
--- a/bridge/steam/steam.go
+++ b/bridge/steam/steam.go
@@ -2,6 +2,9 @@ package bsteam
import (
"fmt"
+ "strconv"
+ "sync"
+ "time"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"
@@ -9,10 +12,6 @@ import (
"github.com/Philipp15b/go-steam"
"github.com/Philipp15b/go-steam/protocol/steamlang"
"github.com/Philipp15b/go-steam/steamid"
- //"io/ioutil"
- "strconv"
- "sync"
- "time"
)
type Bsteam struct {