modulepackage
0.0.0-20240430105547-03a15b9c1755
Repository: https://github.com/d-led/go-plugin-tryout.git
Documentation: pkg.go.dev
# README
go-plugin-tryout
trying out plugin mechanisms:
on windows, run:
demo.bat
on *X:
./demo.sh
Structure
- interfaces/randomizer.go - pure Go interface of the plugin functionality
- randomizer - plugin-independent interface implementation
- interfaces/randomizer_rpc.go - go-plugin RPC wrapper
- randomizer_rpc - go-plugin plugin main
- randomizer_native -
golang.org/pkg/plugin
plugin entry point - main.go - demo
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author