Add typing for libapps

This commit is contained in:
Iwasaki Yudai 2017-08-22 16:16:28 +09:00
parent a8bb23f570
commit 2b4eb55d28
5 changed files with 59 additions and 6 deletions

View file

@ -209,7 +209,7 @@ func staticJsGottyBundleJs() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "static/js/gotty-bundle.js", size: 773299, mode: os.FileMode(436), modTime: time.Unix(1503385387, 0)}
info := bindataFileInfo{name: "static/js/gotty-bundle.js", size: 773299, mode: os.FileMode(436), modTime: time.Unix(1503386172, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}