OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / hashicorp / go-plugin / examples / basic / README.md
diff --git a/vendor/github.com/hashicorp/go-plugin/examples/basic/README.md b/vendor/github.com/hashicorp/go-plugin/examples/basic/README.md
deleted file mode 100644 (file)
index d83d1ba..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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