Package Name Prefixes
3 points by hugoarnal
3 points by hugoarnal
Can I say that Go’s solution to naming (importing?) modules solve this in a best way?
Yes, package name can be whatever but the full import path means you own it (no matter if it’s a github org/user or a whole domain).
Cool to see that Python tries to solve this.
One thing to watch out for in go is that domain names can expire, so the publisher needs to perpetually renew and an expired domain is a supply chain risk.
https://utcc.utoronto.ca/~cks/space/blog/programming/GoModulesAndDomainExpiry