|
|
|
|
|
by silisili
1564 days ago
|
|
This seems to be checking return values, which is a very unixy thing to do. Most Go in the wild is doing way more than a typical *nix binary, so the use case differs. If you want a resilient system, you don't die on print and log failures. |
|