diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:52:26 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:52:26 -0700 |
| commit | 458ada173ed6df2933c35fe0d3e3dd9457d3a975 (patch) | |
| tree | 30f174c167b3299eedde32419ad1894f43cd544d /weed/images | |
| parent | 8647191bee2027232105b20b5c110ffda225f9ba (diff) | |
| download | seaweedfs-458ada173ed6df2933c35fe0d3e3dd9457d3a975.tar.xz seaweedfs-458ada173ed6df2933c35fe0d3e3dd9457d3a975.zip | |
go fmt
Diffstat (limited to 'weed/images')
| -rw-r--r-- | weed/images/favicon.go | 2 |
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, "/")...)...) } - |
