wp-go/app/plugins/devexample/plugintt/make.sh

5 lines
159 B
Bash
Raw Normal View History

2023-05-04 13:39:29 +00:00
#/bin/bash
# note the build tool flag must same to server build .
# eg: -gcflags all="-N -l" may used in ide debug
go build -buildmode=plugin -o xx.so main.go