mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
Add go:generate gofmt
This commit is contained in:
parent
d5529d4351
commit
f388a48d52
@ -25,6 +25,7 @@ import (
|
||||
const FileNameText = "text.png"
|
||||
|
||||
//go:generate go-bindata -nocompress -pkg=assets -nomemcopy text.png
|
||||
//go:generate gofmt -w .
|
||||
|
||||
const (
|
||||
TextImageWidth = 192
|
||||
|
@ -69,7 +69,7 @@ func text_png() (*asset, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
info := bindata_file_info{name: "text.png", size: 4854, mode: os.FileMode(420), modTime: time.Unix(1418230333, 0)}
|
||||
info := bindata_file_info{name: "text.png", size: 4854, mode: os.FileMode(420), modTime: time.Unix(1418230741, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user