package
0.0.0-20180118222137-1fc09c47b843
Repository: https://github.com/yesnault/go-plugin.git
Documentation: pkg.go.dev
# README
Plugin Example
Compile the plugin itself via:
go build -o ./plugin/greeter ./plugin/greeter_impl.go
Compile this driver via:
go build -o basic .
You can then launch the plugin sample via:
./basic