summaryrefslogtreecommitdiffstats
path: root/api/command_echo.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_echo.go
parent6d6cada0970a2b341f36dac9b0fed8262ada1865 (diff)
downloadchat-586967b757a869dbb5f3677e605009a1f5c61005.tar.gz
chat-586967b757a869dbb5f3677e605009a1f5c61005.tar.bz2
chat-586967b757a869dbb5f3677e605009a1f5c61005.zip
finishing up commands UI
Diffstat (limited to 'api/command_echo.go')
-rw-r--r--api/command_echo.go2
1 files changed, 1 insertions, 1 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"
)