4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 18:59:24 +00:00

Fix and enable goimports linter (#591)

This commit is contained in:
Duco van Amstel
2018-11-15 18:24:22 +00:00
committed by Wim
parent 4254ed3c63
commit c89085bf44
3 changed files with 7 additions and 9 deletions

View File

@ -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 {