github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/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 }