On Monday, 1 November 2021 at 03:44:03 UTC chauhan...@gmail.com wrote: > I did not understand the use of plugin. I can't use a plugin with > different go versions even with minor version because plugin.open is failed. >
That is indeed correct, and is a major limitation of plugins in go. See: https://www.reddit.com/r/golang/comments/b6h8qq/is_anyone_actually_using_go_plugins/ejkxd2k/?utm_source=reddit&utm_medium=web2x&context=3 I'm not sure about your issue with LD_PRELOAD, but it may be that you need to set LD_LIBRARY_PATH instead (see "man ld.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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/0bafd41c-c160-4264-9863-0053c64d23cfn%40googlegroups.com.