kevinburke / go-bindata

A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
Other
346 stars 28 forks source link

bindata.go: List file sizes next to asset names #6

Closed kevinburke closed 6 years ago

kevinburke commented 6 years ago

At the top of the file we do

// templates/index.html
// static/photos/style.css

I'm trying to figure out which files take up the most space and it might be helpful to append file sizes to that data.