|
|
|
|
|
by sagichmal
1982 days ago
|
|
The stdlib is kind of a mess. One kitchen, many cooks, and everyone was learning how to put a five-course meal together as they went. There are some great bits -- package io and ioutil, for example -- but a lot of it is full of what we now understand are bad ideas, and the compatibility promise prevents anyone from doing anything about it. There is much better code to read. I second the recommendation of HashiCorp's stuff. Stay away from Docker and especially Kubernetes. |
|