diff options
author | Joe <rbo@gmx.us> | 2023-12-28 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-28 20:20:20 +0100 |
commit | 7fb69d9134866a699047350b50dea17b416d20cf (patch) | |
tree | 7aa1bc6e98759deb5589cf4df06e27f71173031e /c_hardflip.go | |
parent | its not the way (diff) | |
download | hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.gz hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.bz2 hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.xz hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.zst hardflip-7fb69d9134866a699047350b50dea17b416d20cf.zip |
did the test and items list doesnt take much more ram so idk
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 356233e..6f575eb 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -70,6 +70,9 @@ func main() { data_dir, } for dir := ldirs.head; dir != nil ; dir = dir.next { + for host := ldirs.head.lhost.head; host != nil; host = host.next { + fmt.Println(host.ID, host.Filename) + } fmt.Println("next dir") } return |