插件入口package必须为main,可以不包含main方法
package
main
go build -buildmode=plugin -o hello_plugin.so .
生成 hello_plugin.so 插件