Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use ./... alias instead of PACKAGE_NAMES
Now that we've stopped our tools from conflicting over `func main`, we can use the Go tooling's `./...` alias to make them operate over all of our packages. See `go help packages` for more on `...`. (Those conflicts were solved in #947). This means we no longer have to remember to update this variable every time we want to test or lint a new package in CI and locally.
- Loading branch information