diff options
author | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
commit | 6b52e3051cd00fa39e8a7504e41a931cc874cb0e (patch) | |
tree | de1079d3ed60fcbd3fbd3de8ff1535e9455d7c4d /c_hardflip.go | |
parent | turns out we need litems in the end (diff) | |
download | hardflip-6b52e3051cd00fa39e8a7504e41a931cc874cb0e.tar.gz hardflip-6b52e3051cd00fa39e8a7504e41a931cc874cb0e.tar.bz2 hardflip-6b52e3051cd00fa39e8a7504e41a931cc874cb0e.tar.xz hardflip-6b52e3051cd00fa39e8a7504e41a931cc874cb0e.tar.zst hardflip-6b52e3051cd00fa39e8a7504e41a931cc874cb0e.zip |
fuck all of this hosts only
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index f54320b..085956e 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -94,6 +94,7 @@ func (data *HardData) sel_unique_id(id int) { } func main() { + // TODO: no ldirs just hosts raw hosts data_dir := c_get_data_dir() opts := HardOpts{true, true, false} litems, ldirs := c_load_data_dir(data_dir, opts) |