Re: [go-nuts] Traverse directory without infinite loops while following links

2018-10-04 Thread Marvin Renich
* 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. >

[go-nuts] Traverse directory without infinite loops while following links

2018-10-04 Thread EricR
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