stash/pkg/plugin/examples
bnkai 627c1e9c60
Fix plugin go examples (#2396)
2022-03-24 11:03:32 +11:00
..
common Fix plugin go examples (#2396) 2022-03-24 11:03:32 +11:00
goraw Fix plugin go examples (#2396) 2022-03-24 11:03:32 +11:00
gorpc Fix plugin go examples (#2396) 2022-03-24 11:03:32 +11:00
js
python
README.md

README.md

Building

From the base stash source directory:

go build -tags=plugin_example -o plugin_goraw.exe ./pkg/plugin/examples/goraw/...
go build -tags=plugin_example -o plugin_gorpc.exe ./pkg/plugin/examples/gorpc/...

Place the resulting binaries together with the yml files in the plugins subdirectory of your stash directory.