I'm trying to build my own Fort Rango.
One of the requirements for this project is to not import "C".
If I use the official go compiler with "go tool compile", it will output an object file in its own format!
I'm wondering if I can use the official go compiler to produce elf format object files.
I hope someone can help me... (