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 library that follow symlinks but detects 
cylces as you would expect? It needs to work on all platforms.

I know in theory how to write one on my own and have done in other 
languages, but also don't want to re-invent the wheel.

Best,

Eric

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to