4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 00:39: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

@ -13,13 +13,12 @@ import (
"sync"
"time"
prefixed "github.com/matterbridge/logrus-prefixed-formatter"
log "github.com/sirupsen/logrus"
"github.com/gorilla/websocket"
"github.com/hashicorp/golang-lru"
"github.com/jpillora/backoff"
prefixed "github.com/matterbridge/logrus-prefixed-formatter"
"github.com/mattermost/platform/model"
log "github.com/sirupsen/logrus"
)
type Credentials struct {