github.com/gaukas/wazerofs@v0.1.0/sysfs/path.go (about) 1 //go:build !windows 2 3 package sysfs 4 5 // toPosixPath returns the input, as only windows might return backslashes. 6 func toPosixPath(in string) string { return in }