unknwon / com

This is an open source project for commonly used functions for the Go programming language.
Apache License 2.0
755 stars 133 forks source link

Support for following symbolic links in GetAllSubDirs and StatDir #17

Closed marefr closed 6 years ago

marefr commented 6 years ago

Currently GetAllSubDirs and StatDir don't follow symbolic links. This is a feature request to support that.