Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopackagesdriver: Make kind query regexes anchored (#3978)
A query like kind("go_library", ...) also returns rules that are not go libraries but have go_library as a substring of the rule name, e.g. not_a_go_library. To fix that, add regex anchors.
- Loading branch information