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
When calling godirwalk.Walk on walk-links, it descends infinitely when FollowSymbolicLinks is set to true. I know that this is an adversarial example, but unless godirwalk is somehow keeping track of all paths that have been visited, I don't think the README is accurate.
The text was updated successfully, but these errors were encountered:
The
README
says the following:I think this is false. I have a directory structure like the following:
When calling
godirwalk.Walk
onwalk-links
, it descends infinitely whenFollowSymbolicLinks
is set totrue
. I know that this is an adversarial example, but unlessgodirwalk
is somehow keeping track of all paths that have been visited, I don't think the README is accurate.The text was updated successfully, but these errors were encountered: