X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=vendor%2Fgithub.com%2Fhashicorp%2Fgo-plugin%2Fdocs%2FREADME.md;fp=vendor%2Fgithub.com%2Fhashicorp%2Fgo-plugin%2Fdocs%2FREADME.md;h=0000000000000000000000000000000000000000;hp=9fbb44b700bb9f5f1b91a9da6af4ffcd9542ecaa;hb=54373c1a3efe0e373ec1605840a4363e4b246c46;hpb=ee01d543fdfe1fd0a4d548965c66f7923ea7b062 diff --git a/vendor/github.com/hashicorp/go-plugin/docs/README.md b/vendor/github.com/hashicorp/go-plugin/docs/README.md deleted file mode 100644 index 9fbb44b7..00000000 --- a/vendor/github.com/hashicorp/go-plugin/docs/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# 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.