Fixed issues with files not being goimports-ed

This commit is contained in:
chotaire
2019-04-17 04:51:00 +02:00
parent e79cf7bead
commit cda1628538
11 changed files with 12 additions and 12 deletions

View File

@@ -4,9 +4,9 @@ import (
"bytes"
"errors"
"fmt"
"regexp"
"strings"
"sync"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"

View File

@@ -2,8 +2,8 @@ package bgitter
import (
"fmt"
"strings"
"regexp"
"strings"
"github.com/42wim/go-gitter"
"github.com/42wim/matterbridge/bridge"

View File

@@ -230,4 +230,4 @@ func (b *Birc) handleTopicWhoTime(client *girc.Client, event girc.Event) {
user += " [" + parts[1] + "]"
}
b.Log.Debugf("%s: Topic set by %s [%s]", event.Command, user, time.Unix(t, 0))
}
}

View File

@@ -2,9 +2,9 @@ package brocketchat
import (
"errors"
"regexp"
"strings"
"sync"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"

View File

@@ -4,16 +4,16 @@ import (
"bytes"
"errors"
"fmt"
"regexp"
"strings"
"sync"
"time"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/bridge/helper"
"github.com/42wim/matterbridge/matterhook"
"github.com/hashicorp/golang-lru"
lru "github.com/hashicorp/golang-lru"
"github.com/nlopes/slack"
"github.com/rs/xid"
)

View File

@@ -3,8 +3,8 @@ package bsshchat
import (
"bufio"
"io"
"strings"
"regexp"
"strings"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"

View File

@@ -2,9 +2,9 @@ package bsteam
import (
"fmt"
"regexp"
"sync"
"time"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"

View File

@@ -2,9 +2,9 @@ package btelegram
import (
"html"
"regexp"
"strconv"
"strings"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"

View File

@@ -6,9 +6,9 @@ import (
"errors"
"fmt"
"os"
"regexp"
"strings"
"time"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"

View File

@@ -2,9 +2,9 @@ package bxmpp
import (
"crypto/tls"
"regexp"
"strings"
"time"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"

View File

@@ -3,11 +3,11 @@ package bzulip
import (
"encoding/json"
"io/ioutil"
"regexp"
"strconv"
"strings"
"sync"
"time"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"