From c89085bf44333b4decd75e30cec5849dca859938 Mon Sep 17 00:00:00 2001 From: Duco van Amstel Date: Thu, 15 Nov 2018 18:24:22 +0000 Subject: Fix and enable goimports linter (#591) --- bridge/steam/steam.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bridge/steam/steam.go') 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 { -- cgit v1.2.3