I have some Go code that I want to build and execute by Java SE, not Android Java.
I have been looking at gomobile which looks great but the shared library that is built targets ARM.
How can I either:
I also note this design proposal to bind Java and Go. Has this been implemented yet?