diff options
Diffstat (limited to 'api/server.go')
-rw-r--r-- | api/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/server.go b/api/server.go index 2bab62fac..33428009f 100644 --- a/api/server.go +++ b/api/server.go @@ -4,7 +4,7 @@ package api import ( - l4g "code.google.com/p/log4go" + l4g "github.com/alecthomas/log4go" "github.com/braintree/manners" "github.com/gorilla/mux" "github.com/mattermost/platform/store" |