|
|
|
|
|
by philosopher1234
1346 days ago
|
|
It is not good. I don’t know of any major projects that use it. Instead people:
* compile in plugins * run plugins as separate processes and expect them to implement a specific RPC api Compiling in plugins is more practical in Go then it might be in another language, due to the regularity of the go build system. |
|