Skip to content

Commit 232e49f

Browse files
matloobgopherbot
authored andcommitted
Revert "module: add COM0 and LPT0 to badWindowsNames"
This reverts commit 6686f41. Reason for revert: It's unclear if COM0 and LPT0 are actually excluded. See discussion in #67245 and #66625 Change-Id: I7a22d5742e2dbd7f1b6f3daa5b513cc8edbf3083 Reviewed-on: https://go-review.googlesource.com/c/mod/+/591155 Reviewed-by: Sam Thanawalla <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Michael Matloob <[email protected]>
1 parent c0bdc7b commit 232e49f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

module/module.go

-2
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ var badWindowsNames = []string{
506506
"PRN",
507507
"AUX",
508508
"NUL",
509-
"COM0",
510509
"COM1",
511510
"COM2",
512511
"COM3",
@@ -516,7 +515,6 @@ var badWindowsNames = []string{
516515
"COM7",
517516
"COM8",
518517
"COM9",
519-
"LPT0",
520518
"LPT1",
521519
"LPT2",
522520
"LPT3",

0 commit comments

Comments
 (0)