Hacker News new | ask | show | jobs
by ainar-g 1385 days ago
The pattern to check the package and all subpackages for pretty much all Go tools is "./...". So:

  govulncheck ./...