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" "bytes"
"errors" "errors"
"fmt" "fmt"
"regexp"
"strings" "strings"
"sync" "sync"
"regexp"
"github.com/42wim/matterbridge/bridge" "github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config" "github.com/42wim/matterbridge/bridge/config"

View File

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

View File

@@ -230,4 +230,4 @@ func (b *Birc) handleTopicWhoTime(client *girc.Client, event girc.Event) {
user += " [" + parts[1] + "]" user += " [" + parts[1] + "]"
} }
b.Log.Debugf("%s: Topic set by %s [%s]", event.Command, user, time.Unix(t, 0)) 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 ( import (
"errors" "errors"
"regexp"
"strings" "strings"
"sync" "sync"
"regexp"
"github.com/42wim/matterbridge/bridge" "github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config" "github.com/42wim/matterbridge/bridge/config"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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