Created
June 15, 2024 11:49
-
-
Save sullemanhossam/ec47147e63a64bd658bd5f7e091f0492 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func WalkDir(fsys fs.FS, root string, fn fs.WalkDirFunc) error { | |
return fs.WalkDir(fsys, root, fn) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment