github.com/hashicorp/go-plugin@v1.6.0/docs/README.md (about)

     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.
    13  
    14  **[Extensive Tutorial on Usage](https://github.com/hashicorp/go-plugin/blob/master/docs/extensive-go-plugin-tutorial.md).**
    15  A guide showing the usage and structure of go-plugin including a detailed
    16  walkthrough of setting up the plugins under the `examples` folder.