|
|
|
|
|
by apta
2600 days ago
|
|
Except it's possible to miss checking errors in golang (accidentally either by not assigning the return value, or by overwriting a previously assigned error). Whereas in a language with exceptions, this is not possible unless by explicitly adding code to ignore exceptions. Do you ever see golang code that handles errors returned from fmt.Println? |
|