We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bb01a commit 78498c9Copy full SHA for 78498c9
pkg/testcoverage/path/path.go
@@ -8,14 +8,6 @@ import (
8
9
const separatorToReplace = string(filepath.Separator)
10
11
-// func NormalizeForOS(path string) string {
12
-// if runtime.GOOS != "windows" {
13
-// return path
14
-// }
15
-
16
-// return strings.ReplaceAll(path, "/", separatorToReplace)
17
18
19
func NormalizeForTool(path string) string {
20
if runtime.GOOS != "windows" {
21
return path
0 commit comments