From adb774e5db709941cda0ad81059ab16cae4c17cb Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 26 Dec 2023 20:20:20 +0100 Subject: up --- c_init.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c_init.go') diff --git a/c_init.go b/c_init.go index 3627e3c..e58e05d 100644 --- a/c_init.go +++ b/c_init.go @@ -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, -- cgit v1.2.3