-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Right now, the symlinks are ignored. It would be nice to handle symlinks.
Lines 71 to 74 in 8f64a62
| // If the entry is a symlink, ignore it | |
| if info.Mode()&os.ModeSymlink != 0 { | |
| continue | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request