Skip to content

Instantly share code, notes, and snippets.

@sullemanhossam
Created June 15, 2024 11:49
Show Gist options
  • Save sullemanhossam/ec47147e63a64bd658bd5f7e091f0492 to your computer and use it in GitHub Desktop.
Save sullemanhossam/ec47147e63a64bd658bd5f7e091f0492 to your computer and use it in GitHub Desktop.
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