Compiling Go 1.22 code with gccgo (Go 1.18) and getting import errors
I have a CLI utility written in Go 1.22 and it works great! However, I’m interested in trying out gccgo (included in a gcc-snapshot with Go 1.18) for potential performance and file size improvements.