func io/fs.ValidPath
4 uses
io/fs (current package)
fs.go#L47: func ValidPath(name string) bool {
sub.go#L35: if !ValidPath(dir) {
sub.go#L54: if !ValidPath(name) {
os
file.go#L637: if !fs.ValidPath(name) || runtime.GOOS == "windows" && containsAny(name, `\:`) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)