summaryrefslogtreecommitdiffstats
path: root/utils/license.go
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-01-14 09:54:15 -0500
committerJoramWilander <jwawilander@gmail.com>2016-01-14 09:54:15 -0500
commita341dbad2b8a4564b6f270c79f2f9932e499ac80 (patch)
tree0cfc5da5f6fcd9dd1146218b198a38cf02aeabda /utils/license.go
parent2e0067020f6f103838fb15762ab18bfa4aa7136a (diff)
downloadchat-a341dbad2b8a4564b6f270c79f2f9932e499ac80.tar.gz
chat-a341dbad2b8a4564b6f270c79f2f9932e499ac80.tar.bz2
chat-a341dbad2b8a4564b6f270c79f2f9932e499ac80.zip
Fix old l4g references
Diffstat (limited to 'utils/license.go')
-rw-r--r--utils/license.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/license.go b/utils/license.go
index 84d5bae02..7594e33af 100644
--- a/utils/license.go
+++ b/utils/license.go
@@ -17,7 +17,7 @@ import (
"strconv"
"strings"
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/model"
)