go1.8 onwards, go supports to create and load a plugin.
but unload plugin is not supported.
a plugin is a module loaded at runtime, is it possible to unload a module?
if not possible to unload a module, what is the best that can be done at application level to unload a plugin/make it unusable but still in memory?