Closed as not planned
Description
We need to add COM0 and LPT0 to badWindowsNames in x/mod/module/module.go, but we should also do an analysis to make sure no one's affected, or to send PRs to affected modules to rename files whose name before the extension is COM0 or LPT0.
Steps:
- Fix cmd/go,x/mod/module: missing exclusion for COM0, LPT0 for embedded file names #66625 by adding COM0 and LPT0 to badWindowsNames
- Do the analysis on public go code and take action if needed.