Le 2019-03-13 10:07, Fabio Valentini a écrit : Hi Fabio
Go has supported -buildmode=shared on all major architectures for some time. I'm curious why nobody uses that yet.
Probably because no one has figured yet how to derive "standard" dynamic library names from upstream artefact naming and versioning.
Go modules are a step forward, because they give us versions and the module name as derivation root. But someone still needs to define a deriving recipe.
As we've all seen while naming go distribution packages, it's not so easy to define names that do not exist upstream
Regards, -- Nicolas Mailhot _______________________________________________ golang mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
