mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Add typing for libapps
This commit is contained in:
parent
a8bb23f570
commit
2b4eb55d28
5 changed files with 59 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue