Skip to content

Commit 21b4227

Browse files
authored
Update README.md
1 parent 3d53772 commit 21b4227

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Usage of go-bind-plugin:
3939
//go:generate go-bind-plugin -format -plugin-package github.com/plugin_test/plug -rebuild -sha256 -dereference-vars -output-name TestPlugin -output-path tmp/plugin.go -plugin-path tmp/plugin.so -output-package wrapper
4040
```
4141

42+
See end-to-end example in [go-bind-plugin-example](https://github.com/wendigo/go-bind-plugin-example).
43+
4244
**go-bind-plugin** will do following things on invocation:
4345

4446
- build plugin to `tmp/plugin.so` (even if plugin exists it will be rebuilded) from package `github.com/plugin_test/plug` (must exist in $GOPATH or vendor/)

0 commit comments

Comments
 (0)