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
相關文章
相關標籤/搜索