package
1.6.3
Repository: https://github.com/hashicorp/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

# Packages

No description provided by the author
No description provided by the author