buildplugin.sh 77 B

12
  1. #!/bin/sh
  2. go build -ldflags "-s -w" -buildmode=plugin -o myfunc.so myfunc.go