Load gopher-lua libraries at runtime #436
|
Is it possible to load gopher-lua libraries at runtime? If not is there a workaround for it (maybe compiling it as shared libraries and load it via |
Answered by
cloudwindy
Jul 17, 2023
Replies: 2 comments
|
But go plugins are not suitable for most of the times because of many problems in its design. You can look at Things to avoid while using Golang plugins. It basically only "allows" you to load your plugins but they are not very flexible. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can achieve that by go plugin.