Golang:Golang生成动态库及调用

简介 目前go动态库的生产只支持Linux,Windows下会报这样的错误,`-buildmode=plugin not supported on windows/amd64` CODE plugin.soweb package main import ( "fmt" ) func DCall(){ fmt.Println("plugin.so was called") } func DCa
相关文章
相关标签/搜索