aboutsummaryrefslogtreecommitdiffstats
path: root/c_hardflip.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-05 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-05 20:20:20 +0100
commit4b06549cd72411db72ae231e5ad6b1ae16ca0fbf (patch)
tree7ec03fae7cb66b388d3939658523e8be603c6387 /c_hardflip.go
parenttodolist (diff)
downloadhardflip-4b06549cd72411db72ae231e5ad6b1ae16ca0fbf.tar.gz
hardflip-4b06549cd72411db72ae231e5ad6b1ae16ca0fbf.tar.bz2
hardflip-4b06549cd72411db72ae231e5ad6b1ae16ca0fbf.tar.xz
hardflip-4b06549cd72411db72ae231e5ad6b1ae16ca0fbf.tar.zst
hardflip-4b06549cd72411db72ae231e5ad6b1ae16ca0fbf.zip
cool
Diffstat (limited to '')
-rw-r--r--c_hardflip.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_hardflip.go b/c_hardflip.go
index e6bdbe0..c3945c1 100644
--- a/c_hardflip.go
+++ b/c_hardflip.go
@@ -94,8 +94,7 @@ func (data *HardData) sel_unique_id(id int) {
}
func main() {
- // TODO: fill litems
- // TODO: delete data.ptr | replace with litems
+ // TODO: delete data.ptr | replace everything ui with litems
data_dir := c_get_data_dir()
opts := HardOpts{true, true, false}
ldirs := c_load_data_dir(data_dir, opts)
@@ -144,6 +143,7 @@ func main() {
}
}
+ return
// PERF: test performance over a large amount of hosts with litems
i_ui(&data)
}