Hi,
Any one explain the background process of go build or how go build creates 
shared objects and include into go binary. 
Here sharing my experience with c shared files.
Earlier I worked with there we creating some shared objects of my projects 
and collected manually and using.

Here is the scenario I observed with go binary.
I ran this command in Linux ldd <gobinary>  and got dependency shared 
objects (.so) of Linux.

If possible please explain how go binary communicate/use  linux shared 
objects(.so)

-- 
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