shurcooL / Go-Package-Store

An app that displays updates for the Go packages in your GOPATH.
MIT License
899 stars 29 forks source link

Development `go generate` code needs to be updated. #44

Closed dmitshur closed 9 years ago

dmitshur commented 9 years ago

This won't affect users because it's hidden behind an ignored build tag, but it needs to be fixed for development package.

The assets_gen.go file uses the old vfsgen API that needs to be updated to current version. This is very easy to do.