Skip to content
Snippets Groups Projects
Commit 251b5f5b authored by Will McCutchen's avatar Will McCutchen
Browse files

Bump assets

parent 682c4dbe
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ func formsPostHtml() (*asset, error) { ...@@ -91,7 +91,7 @@ func formsPostHtml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "forms-post.html", size: 1398, mode: os.FileMode(420), modTime: time.Unix(1472451803, 0)} info := bindataFileInfo{name: "forms-post.html", size: 1398, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -111,7 +111,7 @@ func imageJpeg() (*asset, error) { ...@@ -111,7 +111,7 @@ func imageJpeg() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "image.jpeg", size: 35588, mode: os.FileMode(420), modTime: time.Unix(1496118178, 0)} info := bindataFileInfo{name: "image.jpeg", size: 35588, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -131,7 +131,7 @@ func imagePng() (*asset, error) { ...@@ -131,7 +131,7 @@ func imagePng() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "image.png", size: 8090, mode: os.FileMode(420), modTime: time.Unix(1496118178, 0)} info := bindataFileInfo{name: "image.png", size: 8090, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -151,7 +151,7 @@ func imageSvg() (*asset, error) { ...@@ -151,7 +151,7 @@ func imageSvg() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "image.svg", size: 8984, mode: os.FileMode(420), modTime: time.Unix(1496118178, 0)} info := bindataFileInfo{name: "image.svg", size: 8984, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -171,7 +171,7 @@ func imageWebp() (*asset, error) { ...@@ -171,7 +171,7 @@ func imageWebp() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "image.webp", size: 10568, mode: os.FileMode(420), modTime: time.Unix(1496118178, 0)} info := bindataFileInfo{name: "image.webp", size: 10568, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -191,7 +191,7 @@ func indexHtml() (*asset, error) { ...@@ -191,7 +191,7 @@ func indexHtml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "index.html", size: 10774, mode: os.FileMode(420), modTime: time.Unix(1495941556, 0)} info := bindataFileInfo{name: "index.html", size: 10774, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -211,7 +211,7 @@ func mobyHtml() (*asset, error) { ...@@ -211,7 +211,7 @@ func mobyHtml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "moby.html", size: 3742, mode: os.FileMode(420), modTime: time.Unix(1495928878, 0)} info := bindataFileInfo{name: "moby.html", size: 3742, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -231,7 +231,7 @@ func sampleXml() (*asset, error) { ...@@ -231,7 +231,7 @@ func sampleXml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "sample.xml", size: 522, mode: os.FileMode(420), modTime: time.Unix(1496120449, 0)} info := bindataFileInfo{name: "sample.xml", size: 522, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -251,7 +251,7 @@ func utf8Html() (*asset, error) { ...@@ -251,7 +251,7 @@ func utf8Html() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "utf8.html", size: 14240, mode: os.FileMode(420), modTime: time.Unix(1473129060, 0)} info := bindataFileInfo{name: "utf8.html", size: 14240, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -358,7 +358,6 @@ type bintree struct { ...@@ -358,7 +358,6 @@ type bintree struct {
Func func() (*asset, error) Func func() (*asset, error)
Children map[string]*bintree Children map[string]*bintree
} }
var _bintree = &bintree{nil, map[string]*bintree{ var _bintree = &bintree{nil, map[string]*bintree{
"forms-post.html": &bintree{formsPostHtml, map[string]*bintree{}}, "forms-post.html": &bintree{formsPostHtml, map[string]*bintree{}},
"image.jpeg": &bintree{imageJpeg, map[string]*bintree{}}, "image.jpeg": &bintree{imageJpeg, map[string]*bintree{}},
...@@ -417,3 +416,4 @@ func _filePath(dir, name string) string { ...@@ -417,3 +416,4 @@ func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1) cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment