aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
commitadb774e5db709941cda0ad81059ab16cae4c17cb (patch)
tree892042d58a8973f47c3fbeb3283d85587ba93b71 /c_init.go
parentfine for now (diff)
downloadhardflip-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.go6
1 files changed, 3 insertions, 3 deletions
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,