aboutsummaryrefslogtreecommitdiffstats
path: root/c_hardflip.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
commit8f341fb4305a3be6bdfe5e4d10396e69471b169e (patch)
tree0777dd18c5ab18e4bfc07ed75a72ee359f42546a /c_hardflip.go
parentdirty but that's the way (diff)
downloadhardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.gz
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.bz2
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.xz
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.tar.zst
hardflip-8f341fb4305a3be6bdfe5e4d10396e69471b169e.zip
its not the way
Diffstat (limited to 'c_hardflip.go')
-rw-r--r--c_hardflip.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/c_hardflip.go b/c_hardflip.go
index 3a677fd..356233e 100644
--- a/c_hardflip.go
+++ b/c_hardflip.go
@@ -47,6 +47,8 @@
package main
+import "fmt"
+
// the main data structure, holds up everything important
type HardData struct {
litems *ItemsList
@@ -67,6 +69,9 @@ func main() {
opts,
data_dir,
}
+ for dir := ldirs.head; dir != nil ; dir = dir.next {
+ fmt.Println("next dir")
+ }
return
i_ui(&data)
}