Closed hheld closed 8 years ago
Can you please fix the extra "os" import?
That should be fixed already with #42, isn't it?
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 .
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.