Go linker is amazing. It's the only truly cross platform linker.

Is it possible to use it to create binaries from object files compiled with 
C?

For example

main.c:
int main() { puts("Hello"); return 0; }

gcc -c -o main.o main.c

go tool link main.o
main.o: not package main


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to