aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/tools/empty.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/tools: deleteTaras Madan2025-07-141-6/+0
| | | | | Starting go1.24 we can use go get -tool. See https://tip.golang.org/doc/modules/managing-dependencies#tools .
* pkg/tools: add empty.goDmitry Vyukov2021-10-251-0/+6
Add empty.go to unbreak bazel+glaze build. Otherwise the package does not have any files not excluded by build constraints.