我建立了我的 .so 文件:
go build -buildmode=plugin -o test.so
并使用 Goland 运行调试,然后我收到错误:
Error running agent: could not initialize input inputs.plugin_input: plugin.Open("./plugins_lib/test1"): plugin was built with a different version of package runtime/internal/sys
但是我可以在终端中构建我的主程序,它会运行良好。
潇湘沐
相关分类