diff options
author | 2016-09-30 15:45:14 -0700 | |
---|---|---|
committer | 2016-09-30 15:45:21 -0700 | |
commit | b80c4f3e920994823061eb05dc0a5bc3881ddb02 (patch) | |
tree | ecc606fcdbb0604e82fb497888d0824ea8c677a0 | |
parent | 6aba7faa38228a963059deb4cb84ab23192b4505 (diff) | |
download | sally-b80c4f3e920994823061eb05dc0a5bc3881ddb02.tar.gz sally-b80c4f3e920994823061eb05dc0a5bc3881ddb02.tar.zst sally-b80c4f3e920994823061eb05dc0a5bc3881ddb02.zip |
bindata
-rw-r--r-- | bindata.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ func templatesIndexTpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/index.tpl", size: 161, mode: os.FileMode(420), modTime: time.Unix(1470608150, 0)} + info := bindataFileInfo{name: "templates/index.tpl", size: 161, mode: os.FileMode(420), modTime: time.Unix(1475274933, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -104,7 +104,7 @@ func templatesPackageTpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/package.tpl", size: 483, mode: os.FileMode(420), modTime: time.Unix(1475273244, 0)} + info := bindataFileInfo{name: "templates/package.tpl", size: 483, mode: os.FileMode(420), modTime: time.Unix(1475274933, 0)} a := &asset{bytes: bytes, info: info} return a, nil } |