Skip to content

Commit

Permalink
Merge pull request #84 from Skarlso/extensive_tutorial
Browse files Browse the repository at this point in the history
Added extensive documentation on go-plugin.
  • Loading branch information
fairclothjm authored May 18, 2022
2 parents 3ce999f + afba087 commit 11fe515
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ go-plugin is and _why_ you would want to use it. If not, please see the
**[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.

**[Extensive Tutorial on Usage](https://github.com/hashicorp/go-plugin/blob/master/docs/extensive-go-plugin-tutorial.md).**
A guide showing the usage and structure of go-plugin including a detailed
walkthrough of setting up the plugins under the `examples` folder.
Loading

0 comments on commit 11fe515

Please sign in to comment.