Oh, yeah, how to dynamically load shared objects (dlls) into a go server? Go supports plugin but they do not recommend it because it can fail if modules (plugins? it’s kinda the same thing, right?) build with different toolchain or even build flags. So, RPC then.