|
|
|
|
|
by lobster_johnson
4306 days ago
|
|
> Building Go packages as a shared library Yes, please! We have a few potential Go projects which are blocked by the inability to separate Go code into plugins. I have toyed with the idea of forking child processes and implementing plugins via pipe I/O, but that's a very unfriendly API interface, and I don't feel very inspired. (Go isn't that great at POSIX stuff like forking, either.) |
|