Hacker News new | ask | show | jobs
by mamcx 54 days ago
Vendoring don't basically copy what go does?
1 comments

You can trust a single big stdlib more than the 100 dependency that tokio pulls at any given time.
Yeah then you can version lock changes to one thing post-evaluation vs or even easier as noted above, download the stdlib and host it yourself.