You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a helper to list all files recursively: Implement a method Walk(root string, fn func(path string, d fs.DirEntry) error) error that recursively walks the embedded FS from a root directory, calling fn for each file/dir. #5