summaryrefslogtreecommitdiffstats
path: root/utils/logger
diff options
context:
space:
mode:
Diffstat (limited to 'utils/logger')
-rw-r--r--utils/logger/logger.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/logger/logger.go b/utils/logger/logger.go
index dc4aec19f..717f337ed 100644
--- a/utils/logger/logger.go
+++ b/utils/logger/logger.go
@@ -11,10 +11,11 @@ import (
l4g "github.com/alecthomas/log4go"
+ "strings"
+
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
"github.com/pkg/errors"
- "strings"
)
// this pattern allows us to "mock" the underlying l4g code when unit testing