nixpkgs/pkgs/development/go-packages
Manuel Mendez ddcc7c67d2 go: Apply package exclusion equally
The exclusion logic was moved out of getGoDirs but only buildPhase was updated
causing checkPhase to possibly fail. This happened in golint as it has go
files in testdata that are meant as testdata files and not go packages to
test which caused the checkPhase to fail.

Fixes #167717
2022-04-09 09:57:35 +10:00
..
generic go: Apply package exclusion equally 2022-04-09 09:57:35 +10:00
tools