You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module demo/plugin/customer-example
go 1.12
require github.com/eolinker/goku-plugin v0.1.0
#cd $root
TMPPATH="/tmp/GOPATH_GOKU"export GOPATH=${TMPPATH}#go mod init customer-example#go get -v github.com/eolinker/goku-plugin@v0.1.0
go build --buildmode=plugin -o ${OUT}/customer-example.so