This might be a terrible idea

I'm trying to see if this will allow me to compile
	on older versions of GO. This is temporary and
	probably wrong on so many levels I don't understand.

	please accept my appologies in advance for doing this
	I couldn't think of any other ideas to work around this
	problem for now. If you know of a way, please let me know.
This commit is contained in:
Jeff Carr 2025-03-19 05:25:20 -05:00
parent ce1f320032
commit 444c840c62
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ func header(w io.Writer, pf *File) {
fmt.Fprintln(w, "import (")
fmt.Fprintln(w, " \"sort\"")
fmt.Fprintln(w, " \"sync\"")
fmt.Fprintln(w, " \"go.wit.com/iter // this might not work. forgive me.\"")
fmt.Fprintln(w, ")")
fmt.Fprintln(w, "")
}