-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
I am just getting started with your tool. Great job!
I noticed an error message when I use it for my assets:
$ go-bindata-assetfs -pkg gogrinder -o gogrinder/assetfs.go web/...
Cannot read bindata.go open bindata.go: no such file or directorycreates the asset file but this is section missing:
func assetFS() *assetfs.AssetFS {
for k := range _bintree.Children {
return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: AssetInfo, Prefix: k}
}
panic("unreachable")
}tsarna
Metadata
Metadata
Assignees
Labels
No labels