|
|
|
|
|
by thunky
1392 days ago
|
|
In this specific example, I can't imagine how all of this exposed plumbing and error handling adds much value for the person reading or writing the code. In fairness, however, the Go code could easily be moved into function that does all of the dirty work and presents a minimal interface...which is what the Python example is doing: https://github.com/docker/docker-py/blob/923e067dddc3d4b86e4... |
|