> Explicit interfaces. In Go, you cannot have multiple functions with the same name. Because of how this interacts with implicit interfaces, if two interfaces you need to implement require a method with the same name,…
To your points about integrity verification: maven does this too if you pass the `-C` flag. One of the mayor benefits of maven/cargo repositories is that they are configured to be immutable. No issues with deleted repos…
> Explicit interfaces. In Go, you cannot have multiple functions with the same name. Because of how this interacts with implicit interfaces, if two interfaces you need to implement require a method with the same name,…
To your points about integrity verification: maven does this too if you pass the `-C` flag. One of the mayor benefits of maven/cargo repositories is that they are configured to be immutable. No issues with deleted repos…