summaryrefslogtreecommitdiffstats
path: root/api/command_loadtest.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-14 10:52:14 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-14 10:52:14 -0600
commit586967b757a869dbb5f3677e605009a1f5c61005 (patch)
tree7744da13bb6de117de40a7e6ab71df620a6a7b46 /api/command_loadtest.go
parent6d6cada0970a2b341f36dac9b0fed8262ada1865 (diff)
downloadchat-586967b757a869dbb5f3677e605009a1f5c61005.tar.gz
chat-586967b757a869dbb5f3677e605009a1f5c61005.tar.bz2
chat-586967b757a869dbb5f3677e605009a1f5c61005.zip
finishing up commands UI
Diffstat (limited to 'api/command_loadtest.go')
-rw-r--r--api/command_loadtest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_loadtest.go b/api/command_loadtest.go
index eaf0b91b1..8f79006b4 100644
--- a/api/command_loadtest.go
+++ b/api/command_loadtest.go
@@ -10,7 +10,7 @@ import (
"strconv"
"strings"
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
)