Files
codeql/go/extractor/util/subst_other.go
2026-07-27 14:00:34 +02:00

7 lines
140 B
Go

//go:build !windows
package util
// ResolvePath is a no-op on non-Windows platforms.
func ResolvePath(path string) string { return path }