repositorypackage
0.0.0-20240607063210-e51e644d2aec
Repository: https://github.com/lockval/go2plugin.git
Documentation: pkg.go.dev
# README
go2plugin
This is the intermediate package needed to write Go "scripts".
Go "Script" is the same concept as JS,Lua,Starlark in Lockval Engine. But it will be compiled into go plugin and added to api. It has native Go performance compared to other languages.
Aslo it is the reason of the Go plugin, there is no need to use this api.so solution to add function support