OSDN Git Service

add package
[bytom/vapor.git] / vendor / github.com / hashicorp / go-plugin / docs / README.md
1 # go-plugin Documentation
2
3 This directory contains documentation and guides for `go-plugin` and how
4 to integrate it into your projects. It is assumed that you know _what_
5 go-plugin is and _why_ you would want to use it. If not, please see the
6 [README](https://github.com/hashicorp/go-plugin/blob/master/README.md).
7
8 ## Table of Contents
9
10 **[Writing Plugins Without Go](https://github.com/hashicorp/go-plugin/blob/master/docs/guide-plugin-write-non-go.md).**
11 This shows how to write a plugin using a programming language other than
12 Go.