github.com/hashicorp/go-plugin@v1.6.0/examples/basic/README.md (about) 1 Plugin Example 2 -------------- 3 4 Compile the plugin itself via: 5 6 go build -o ./plugin/greeter ./plugin/greeter_impl.go 7 8 Compile this driver via: 9 10 go build -o basic . 11 12 You can then launch the plugin sample via: 13 14 ./basic