diff options
author | Joe <rbo@gmx.us> | 2023-12-29 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-29 20:20:20 +0100 |
commit | fde340dda9ded520959d7d431757d5654241c60c (patch) | |
tree | 4795f5f7630828e5f0c331a4887e26fd8fd8f3b7 /c_hardflip.go | |
parent | >>>>>>>>>>>>>>>> revert here if needed (diff) | |
download | hardflip-fde340dda9ded520959d7d431757d5654241c60c.tar.gz hardflip-fde340dda9ded520959d7d431757d5654241c60c.tar.bz2 hardflip-fde340dda9ded520959d7d431757d5654241c60c.tar.xz hardflip-fde340dda9ded520959d7d431757d5654241c60c.tar.zst hardflip-fde340dda9ded520959d7d431757d5654241c60c.zip |
cleaner
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 6f575eb..8965cdc 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -69,12 +69,22 @@ func main() { opts, 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") - } + // for dir := ldirs.head; dir != nil ; dir = dir.next { + // fmt.Println(dir.ID, dir.Name) + // } + // for dir := ldirs.head; dir != nil ; dir = dir.next { + // for host := dir.lhost.head; host != nil; host = host.next { + // fmt.Println(host.ID, host.Name) + // } + // } + // for item := litems.head; item != nil ; item = item.next { + // if item.Dirs != nil { + // fmt.Println(item.ID, item.Dirs.Name) + // } else { + // fmt.Println(item.ID, item.Host.Name) + // } + // } + return i_ui(&data) } |