* EricR [181004 13:33]:
> Hi! I'm new to Go and need to do something with each file in directories.
> Symlinks need to be followed. I've tried filepath and a few popular
> libraries and they either crash with segfaults on my system, do not follow
> symlinks or do not prevent infinite loops.
>
Hi! I'm new to Go and need to do something with each file in directories.
Symlinks need to be followed. I've tried filepath and a few popular
libraries and they either crash with segfaults on my system, do not follow
symlinks or do not prevent infinite loops.
Is there a directory walking librar