aboutsummaryrefslogtreecommitdiffstats
path: root/executor/stub.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/csource: replace go:generate with go:embedDmitry Vyukov2024-05-081-7/+0
| | | | | | | go:embed is a more modern way to do this and it does not require a special Makefile step. Since go:embed cannot use paths that contains "..", the actual embeding is moved to executor package.
* .golangci.yml: enable godot checkerDmitry Vyukov2020-06-051-1/+1
| | | | | A good one. Lots of fixed comments are contributed by episodic contributors. So it's good to catch these earlier.
* Makefile: actually cross-compile during presubmitDmitry Vyukov2017-06-261-0/+7