vendor tsgo
This commit is contained in:
7
tools/tsgo/internal/fswatch/walkdir_other.go
Normal file
7
tools/tsgo/internal/fswatch/walkdir_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !linux && !windows && !darwin && !freebsd && !openbsd && !netbsd && !dragonfly
|
||||
|
||||
package fswatch
|
||||
|
||||
func walkDir(dir string, recursive bool, fn func(path string, isDir bool) error) error {
|
||||
return walkDirGeneric(dir, recursive, fn)
|
||||
}
|
||||
Reference in New Issue
Block a user