You can create Go plugins too.
> On Oct 8, 2019, at 7:57 AM, Vitaly Isaev wrote:
>
>
> Suggest we're implementing a very specific Go application like data migrator
> (for example, the one that transfers data from old database to new database
> with different data types). Therefore, this app
Suggest we're implementing a very specific Go application like data
migrator (for example, the one that transfers data from old database to new
database with different data types). Therefore, this application must be
compiled with two different versions of one library (e.g. v1 and v2). It
seems