diff options
author | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
commit | adb774e5db709941cda0ad81059ab16cae4c17cb (patch) | |
tree | 892042d58a8973f47c3fbeb3283d85587ba93b71 /c_init.go | |
parent | fine for now (diff) | |
download | hardflip-adb774e5db709941cda0ad81059ab16cae4c17cb.tar.gz hardflip-adb774e5db709941cda0ad81059ab16cae4c17cb.tar.bz2 hardflip-adb774e5db709941cda0ad81059ab16cae4c17cb.tar.xz hardflip-adb774e5db709941cda0ad81059ab16cae4c17cb.tar.zst hardflip-adb774e5db709941cda0ad81059ab16cae4c17cb.zip |
up
Diffstat (limited to 'c_init.go')
-rw-r--r-- | c_init.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -53,8 +53,8 @@ import ( ) type HardOpts struct { - icon bool - loop bool + Icon bool + Loop bool } // this function recurses into the specified root directory in order to load @@ -66,7 +66,7 @@ func c_recurse_data_dir(dir, root string, ldirs *DirsList, c_die("could not read data directory", err) } dir_node := DirsNode{ - // TODO - ID wrong + // TODO - ID wrong - how do i static in go id, name, parent, |