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 | 43e669eb01791b87ed570ab424a66984f26da399 (patch) | |
tree | 5806bdbc0061f4950d8f20d0110a41f7529320e9 /c_ldirs.go | |
parent | trying that map (diff) | |
download | hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.gz hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.bz2 hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.xz hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.zst hardflip-43e669eb01791b87ed570ab424a66984f26da399.zip |
tmp
Diffstat (limited to 'c_ldirs.go')
-rw-r--r-- | c_ldirs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ type DirsNode struct { Parent *DirsNode Depth uint16 lhost *HostList + // HACK: remove Folded bool if maps work Folded bool next *DirsNode } |