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
+1 -1
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"