diff options
author | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
commit | 2bcf613e91cfaa214cd6e1847df43e94358c3497 (patch) | |
tree | 7cf19737418516c3c00d6c17fcd70b7a64a36ac6 /c_ldirs.go | |
parent | delete dir next (diff) | |
download | hardflip-2bcf613e91cfaa214cd6e1847df43e94358c3497.tar.gz hardflip-2bcf613e91cfaa214cd6e1847df43e94358c3497.tar.bz2 hardflip-2bcf613e91cfaa214cd6e1847df43e94358c3497.tar.xz hardflip-2bcf613e91cfaa214cd6e1847df43e94358c3497.tar.zst hardflip-2bcf613e91cfaa214cd6e1847df43e94358c3497.zip |
cool box bro
Diffstat (limited to 'c_ldirs.go')
-rw-r--r-- | c_ldirs.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ type DirsNode struct { Parent *DirsNode Depth uint16 lhost *HostList - // HACK: remove Folded bool if maps work Folded bool next *DirsNode } |