Golang 1.8 plugin function support for "ARM"?

I have see the golang 1.8 release version support “Plugins” function. This is very interesting!

And I have see the official pages said “Only support linux …”. There is no more detailed information

I want to know does it support “Linux on arm”. For when I cross compile the demo. I use the command below:

GOARCH=arm GOARM=7 go build -buildmode=plugin -o myplugin.so

It will give the link error!

Does everybody try this?

If go can support dynamic load library on arm, it will save large of memory. I can load the libraries only when I need it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.