From 4751a3bfe87ad42932089114beb8d152238fd26d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Mar 2025 07:06:34 -0500 Subject: [PATCH] just a note on why this probably can't work at all --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 7315433..52dc2e4 100644 --- a/README +++ b/README @@ -1,9 +1,13 @@ PLEASE ACCEPT MY APPOLOGIES FOR DOING THIS. I DID THIS TO MAKE OLD VERSIONS OF GO WORK. - If you are reading this, I'm sorry. +This probably won't work because of src/runtime/coro.go +But, it might fucking limp along and maybe fucking compile +enough of some sort of monster that'll work enough to +get out of some mess and help find and build golang 1.24 + GO 1.24 added 'iter' and it is awesome. I want to use it and I've converted autogenpb to use it in the auto generated Sort() and Gui() functions.