| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/csource: replace go:generate with go:embed | Dmitry Vyukov | 2024-05-08 | 1 | -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 checker | Dmitry Vyukov | 2020-06-05 | 1 | -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 presubmit | Dmitry Vyukov | 2017-06-26 | 1 | -0/+7 |
