The plugin loader must know the names of the libraries in which to search for plugins. These library names should not contain a prefix (i.e., lib/) or suffix (i.e., .so). The library names can be set ...
Reusable Lua plugin loader with hot-reloading, designed for integration into Go pipelines. The loader automatically watches for changes in the plugin directory and reloads plugins as needed. Note for ...