aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/gen.sh
Commit message (Collapse)AuthorAgeFilesLines
* pkg/html: move some functions to sub-packageDmitry Vyukov2022-05-231-14/+0
| | | | | Move functions that need embed assets to a separate package. In preparation for the next change.
* pkg/build, pkg/html: make bash path OS compatibletigergao992020-10-301-1/+1
|
* pkg/build, pkg/html: move generation logic into separate scriptsDmitry Vyukov2020-09-151-0/+14
Mentions of "// Code generated ... DO NOT EDIT." in these Go files somehow prevents golangci-lint from checking them. And github treats them as auto-generated as well. I guess some code somewhere has some imprecise heuristics. Move generation into separate shell scripts. Also cleaner.