elazarl / go-bindata-assetfs

Serves embedded files from `jteeuwen/go-bindata` with `net/http`
BSD 2-Clause "Simplified" License
870 stars 116 forks source link

This fixes #39 for me: AssetInfo undefined #40

Closed hheld closed 8 years ago

hheld commented 8 years ago

Before, I could not compile programs that included the generated file bindata_assetfs.go due an undefined element AssetInfo. This is supposed to be a function that returns an os.FileInfo object that just seemed to be missing.

elazarl commented 8 years ago

Can you please fix the extra "os" import?

hheld commented 8 years ago

That should be fixed already with #42, isn't it?

elazarl commented 8 years ago

Yes, I posted it before I saw the next PR.

On Wed, Aug 3, 2016 at 10:54 PM, Harald Held notifications@github.com wrote:

That should be fixed already with #42 https://github.com/elazarl/go-bindata-assetfs/pull/42, isn't it?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/elazarl/go-bindata-assetfs/pull/40#issuecomment-237352055, or mute the thread https://github.com/notifications/unsubscribe-auth/AAP4olw9Pf71xyXfwNROhySjd2tXPtT0ks5qcPHmgaJpZM4Ja6ok .