diff options
Diffstat (limited to 'api/web_socket.go')
-rw-r--r-- | api/web_socket.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/web_socket.go b/api/web_socket.go index 298e44b44..995e2a677 100644 --- a/api/web_socket.go +++ b/api/web_socket.go @@ -4,7 +4,7 @@ package api import ( - l4g "code.google.com/p/log4go" + l4g "github.com/alecthomas/log4go" "github.com/gorilla/mux" "github.com/gorilla/websocket" "github.com/mattermost/platform/model" |