diff options
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 17712ae..02952bd 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -60,6 +60,7 @@ type HardData struct { ui HardUI opts HardOpts data_dir string + folds map[*ItemsNode]*ItemsList } func main() { @@ -73,6 +74,7 @@ func main() { HardUI{}, opts, data_dir, + make(map[*ItemsNode]*ItemsList), } i_ui(&data) } |