func io/fs.ValidPath
6 uses
io/fs (current package)
fs.go#L64: func ValidPath(name string) bool {
sub.go#L36: if !ValidPath(dir) {
sub.go#L61: if !ValidPath(name) {
embed
embed.go#L244: if !fs.ValidPath(name) {
internal/filepathlite
path.go#L169: if !fs.ValidPath(path) {
os
root.go#L438: if !fs.ValidPath(name) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |