OSDN Git Service

add package
[bytom/vapor.git] / vendor / github.com / hashicorp / go-plugin / docs / README.md
diff --git a/vendor/github.com/hashicorp/go-plugin/docs/README.md b/vendor/github.com/hashicorp/go-plugin/docs/README.md
new file mode 100644 (file)
index 0000000..9fbb44b
--- /dev/null
@@ -0,0 +1,12 @@
+# go-plugin Documentation
+
+This directory contains documentation and guides for `go-plugin` and how
+to integrate it into your projects. It is assumed that you know _what_
+go-plugin is and _why_ you would want to use it. If not, please see the
+[README](https://github.com/hashicorp/go-plugin/blob/master/README.md).
+
+## Table of Contents
+
+**[Writing Plugins Without Go](https://github.com/hashicorp/go-plugin/blob/master/docs/guide-plugin-write-non-go.md).**
+This shows how to write a plugin using a programming language other than
+Go.