File: README.md

package info (click to toggle)
golang-github-hashicorp-go-plugin 0.0~git20170621.5ee1a665-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 388 kB
  • sloc: python: 38; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Plugin Example
--------------

Compile this driver via:

    go build .

Compile the plugin itself via:

    cd plugin/ && go build .

You can then launch the plugin sample via:

    ./basic