Is Shared library experimental

Hi,
I am new to Golang and have a question on the shared library:
I see in this link that the “linkshared” option is experimental .https://golang.org/cmd/link/
Is “shared library” experimental currently?

thanks!

Thanks. Are the shared libraries supported only in Linux?
When I tried building shared libraries in Android/windows, I do get an error “buildmode=shared not supported on android/arm64”.

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