How to Create sharred library in Golang,then it will print statically linked as output on ldd

I want to create a shared library in Golang when we try ldd soname.so then the output will be "statically linked "
can suggest how to build shared for getting this output.

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