aboutsummaryrefslogtreecommitdiff
path: root/weed/images
diff options
context:
space:
mode:
Diffstat (limited to 'weed/images')
-rw-r--r--weed/images/favicon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/images/favicon.go b/weed/images/favicon.go
index 09504976c..2f0af200d 100644
--- a/weed/images/favicon.go
+++ b/weed/images/favicon.go
@@ -181,6 +181,7 @@ type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
+
var _bintree = &bintree{nil, map[string]*bintree{
"favicon": &bintree{nil, map[string]*bintree{
"favicon.ico": &bintree{favicon, map[string]*bintree{}},
@@ -233,4 +234,3 @@ func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}
-