summaryrefslogtreecommitdiffstats
path: root/modules/public/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Generate Bindata iff TAGS="bindata" and not up-to-date (#10004)zeripath2020-01-271-23/+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>
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-031-0/+23
* use vfsgen instead of go-bindata * fix templates * fix fmt * vendor vsfgen