mirror of
https://github.com/Luzifer/share.git
synced 2024-12-20 10:31:16 +00:00
Fix: Use fixed modTime
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b50097965c
commit
3d5e38fc1d
1 changed files with 3 additions and 3 deletions
|
@ -115,7 +115,7 @@ func frontendAppCoffee() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "frontend/app.coffee", size: 1228, md5checksum: "", mode: os.FileMode(436), modTime: time.Unix(1512238164, 0)}
|
||||
info := bindataFileInfo{name: "frontend/app.coffee", size: 1228, md5checksum: "", mode: os.FileMode(436), modTime: time.Unix(1, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -162,7 +162,7 @@ func frontendAppJs() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "frontend/app.js", size: 1847, md5checksum: "", mode: os.FileMode(436), modTime: time.Unix(1512239484, 0)}
|
||||
info := bindataFileInfo{name: "frontend/app.js", size: 1847, md5checksum: "", mode: os.FileMode(436), modTime: time.Unix(1, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -239,7 +239,7 @@ func frontendIndexHtml() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "frontend/index.html", size: 4113, md5checksum: "", mode: os.FileMode(436), modTime: time.Unix(1512237987, 0)}
|
||||
info := bindataFileInfo{name: "frontend/index.html", size: 4113, md5checksum: "", mode: os.FileMode(436), modTime: time.Unix(1, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue