diff options
author | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
commit | fb99f457cc3321ee93748c274e18954c0644732a (patch) | |
tree | c5fbbb5e728ceb63c1883cf6cd30064861816f3f /c_init.go | |
parent | thats all folks (diff) | |
download | hardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.gz hardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.bz2 hardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.xz hardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.zst hardflip-fb99f457cc3321ee93748c274e18954c0644732a.zip |
good id
Diffstat (limited to '')
-rw-r--r-- | c_init.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_init.go - * Tue Dec 26 12:14:34 2023 + * Tue Dec 26 16:19:46 2023 * Joe * * init functions @@ -66,7 +66,6 @@ func c_recurse_data_dir(dir, root string, ldirs *DirsList, c_die("could not read data directory", err) } dir_node := DirsNode{ - // TODO - ID wrong - how do i static in go *id, name, parent, |