|
|
|
|
|
by masklinn
2760 days ago
|
|
> In Go, if a function returns an error you have to explicitly handle or suppress it. If a function only returns an error, or if it returns both a value and an error and you care for neither, you can absolutely ignore them entirely. And when you can "suppress" an error and still access the value, it's not really impressive. |
|