summaryrefslogtreecommitdiffstats
path: root/api
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
parent6d6cada0970a2b341f36dac9b0fed8262ada1865 (diff)
downloadchat-586967b757a869dbb5f3677e605009a1f5c61005.tar.gz
chat-586967b757a869dbb5f3677e605009a1f5c61005.tar.bz2
chat-586967b757a869dbb5f3677e605009a1f5c61005.zip
finishing up commands UI
Diffstat (limited to 'api')
-rw-r--r--api/command_echo.go2
-rw-r--r--api/command_loadtest.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/command_echo.go b/api/command_echo.go
index 5d34578c8..a5042c9ea 100644
--- a/api/command_echo.go
+++ b/api/command_echo.go
@@ -8,7 +8,7 @@ import (
"strings"
"time"
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/model"
)
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"
)