|
|
|
|
|
by ljm
2619 days ago
|
|
This is essentially the problem go has had, precisely because you could only ever pull the latest from master. Introduce a breaking change into a common library and now you have to update every other dependency to support it. Not so bad in a monorepo. But when your codebases are distributed? |
|