Hi, I am going to write a shared library using the Go, you know that the Go runtime and used libraries are compiled into the library together.
But it seems that all the symbols from this library is "DEFAULT", is there a way to use the "HIDDEN" symbol visibility by default, but "DEFAULT" only for the API exposed by this library. This is could be done in c/c++ via. the "__attribute__(visibility(default))" and "-fvisiblity=hidden", what will do in CGO ? Thanks, Song -- 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.