假如我用go写了几个函数,我想把这几个函数发布给别人,在他们的go代码中调用,但是我不想把源码给他,怎么办,有办法吗?能否像c或者java那样打包成库?
如果只是给golang调用的话,可以参考【golang 生成 shared object 供其他语言使用#plug 模式】
-buildmode=plugin
Build the listed main packages, plus all packages that they
import, into a Go plugin. Packages not named main are ignored.
#6
更多评论