Closed
Description
I think bindata.go
dont have to be committed on repository and must be auto-generated during the make process.
It become a mess when two (or more) Pull Requests update different files (eg : app.ini for the first commit and add new files for the second) because the bindata.go
file cause merge error each time.