OSDN Git Service

add package
[bytom/vapor.git] / vendor / github.com / hashicorp / go-plugin / examples / basic / README.md
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