package
0.0.0-20240712133535-75229b5999a3
Repository: https://github.com/agarwalconsulting/go-training.git
Documentation: pkg.go.dev

# README

Plugin

Compile plugin - generate .so file

go build -buildmode=plugin plugin.go

Run the example

go run hello.go

References

  1. package plugin