aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
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,