Skip to content

Commit

Permalink
Updated the right readme this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed May 18, 2022
1 parent 797d4c5 commit afba087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ directory as well as throughout our various open source projects.

For complete API documentation, see [GoDoc](https://godoc.org/github.com/hashicorp/go-plugin).

For an extensive tutorial on how to set up go-plugin and how it works, check
out [Extensive go-plugin tutorial](docs/extensive-go-plugin-tutorial.md).

## Roadmap

Our plugin system is constantly evolving. As we use the plugin system for
Expand Down
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.

0 comments on commit afba087

Please sign in to comment.