aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-09 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-09 20:20:20 +0200
commitfc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1 (patch)
tree013ac5e16cbab2ed93e383e90e9f882506bd33dd
parentgo (diff)
downloadhardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.gz
hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.bz2
hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.xz
hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.tar.zst
hardflip-fc849b7e96437b40aa92e2c7c63e0d3ad3fd9cc1.zip
much better roadmap
Diffstat (limited to '')
-rw-r--r--ROADMAP.md4
-rw-r--r--src/i_insert.go1
2 files changed, 2 insertions, 3 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 43181b4..1c0b9af 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -55,11 +55,11 @@
- [ ] fuzz
-## v1.2 - late flip
+## v1.2 - ghetto bird
- [ ] vnc
-## v1.3 - ghetto bird
+## v1.3 - late flip
- [ ] sorting options (yea like never)
diff --git a/src/i_insert.go b/src/i_insert.go
index 2ab0cf3..f57c458 100644
--- a/src/i_insert.go
+++ b/src/i_insert.go
@@ -61,7 +61,6 @@ import (
func i_insert_host(data *HardData, insert *HostNode) {
tmp_next := data.litems.curr.next
- // TODO: here
}
func i_insert_check_ok(data *HardData, insert *HostNode) {