From 19778972e4fbc1ccca83b2169227876cf9c2a5e0 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 15 Feb 2020 21:16:08 +0200 Subject: [PATCH] fix of https://github.com/kataras/iris/issues/1450#issuecomment-586581677 Former-commit-id: 43318477e7f8bf5f8c35fbf2f53922909a11d8fd --- _examples/view/template_pug_3/bindata.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_examples/view/template_pug_3/bindata.go b/_examples/view/template_pug_3/bindata.go index 19e03688..aaac24f6 100644 --- a/_examples/view/template_pug_3/bindata.go +++ b/_examples/view/template_pug_3/bindata.go @@ -93,7 +93,7 @@ func templatesIndexPug() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/index.pug", size: 90, mode: os.FileMode(438), modTime: time.Unix(1581711973, 0)} + info := bindataFileInfo{name: "templates/index.pug", size: 90, mode: os.FileMode(438), modTime: time.Unix(1581790962, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -113,7 +113,7 @@ func templatesLayoutPug() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/layout.pug", size: 97, mode: os.FileMode(438), modTime: time.Unix(1565946441, 0)} + info := bindataFileInfo{name: "templates/layout.pug", size: 97, mode: os.FileMode(438), modTime: time.Unix(1581790962, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -215,9 +215,9 @@ type bintree struct { } var _bintree = &bintree{nil, map[string]*bintree{ - "templates": {nil, map[string]*bintree{ - "index.pug": {templatesIndexPug, map[string]*bintree{}}, - "layout.pug": {templatesLayoutPug, map[string]*bintree{}}, + "templates": &bintree{nil, map[string]*bintree{ + "index.pug": &bintree{templatesIndexPug, map[string]*bintree{}}, + "layout.pug": &bintree{templatesLayoutPug, map[string]*bintree{}}, }}, }}