Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate Bindata iff TAGS="bindata" and not up-to-date (#10004) | zeripath | 2020-01-27 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | * Only generate bindata if necessary * Only generate bindata if they are not up-to-date * generate a hash of the fileinfo and use that to keep up-to-date * Newer test is redundant * handle missing bindata and clean * Only update hash after successful write * switch to sha1 hash * Apply suggestions from code review Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> | ||||
* | remove unnecessary fmt on generate bindata (#7706) | Lunny Xiao | 2019-08-01 | 1 | -1/+0 |
| | |||||
* | Use vfsgen instead of go-bindata (#7080) | Lunny Xiao | 2019-06-03 | 1 | -3/+1 |
| | | | | | | | | | | * use vfsgen instead of go-bindata * fix templates * fix fmt * vendor vsfgen | ||||
* | Integrate templates into bindata optionally (#314) | Thomas Boerger | 2016-12-06 | 1 | -0/+10 |
Integrated optional bindata for the templates |