By popular request, ./… no longer matches packages in vendor directories in tools accepting package names, such as go test. To match vendor directories, write ./vendor/…. Finally! This removes the need for any kind of vendor-aware Makefile. I was worried when the suggestion of adding a -vendor flag was rejected.

π