aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_hardflip.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-23 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-23 20:20:20 +0100
commitb17fa17ff75842afa5e1fe7c8c1af6eeeebb6397 (patch)
treeb7851b958058f4f940b4f0473341294ddaf77532 /src/c_hardflip.go
parentalright (diff)
downloadhardflip-b17fa17ff75842afa5e1fe7c8c1af6eeeebb6397.tar.gz
hardflip-b17fa17ff75842afa5e1fe7c8c1af6eeeebb6397.tar.bz2
hardflip-b17fa17ff75842afa5e1fe7c8c1af6eeeebb6397.tar.xz
hardflip-b17fa17ff75842afa5e1fe7c8c1af6eeeebb6397.tar.zst
hardflip-b17fa17ff75842afa5e1fe7c8c1af6eeeebb6397.zip
bench time
Diffstat (limited to '')
-rw-r--r--src/c_hardflip.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_hardflip.go b/src/c_hardflip.go
index e4aec6c..538cb30 100644
--- a/src/c_hardflip.go
+++ b/src/c_hardflip.go
@@ -57,8 +57,9 @@ type HardData struct {
ldirs *DirsList
ui HardUI
opts HardOpts
- data_dir string
folds map[*DirsNode]*ItemsList
+ data_dir string
+ load_err *[]error
}
func main() {