|
|
|
|
|
by AlotOfReading
255 days ago
|
|
It's not usually the standard library or dependencies that create the issues I've seen. The teams I work with producing Go tools (across multiple companies) invariably require carefully orchestrated dev environments that are nigh-unreproducible. It's 50/50 on whether I can actually build a random project first try without reading the instructions if CGO is involved, which seems to be all of them. My experience with random rust projects is that they usually "just build", with limited exceptions like weird embedded stuff. |
|