github.com/AR1011/wazero@v1.0.5/internal/platform/path.go (about) 1 //go:build !windows 2 3 package platform 4 5 // ToPosixPath returns the input, as only windows might return backslashes. 6 func ToPosixPath(in string) string { return in }