Dear gonuts-group,
I'd like to know if it would be somehow possible to call a function in an
assignment with the value to assign as argument.
That could improve automatic error handling very much, here's how I imagine
it:
money, HandleError() := ioutil.ReadFile(file)
with HandleError() being a function to react based on the error's value.
If that turns out to be possible, I'd be more than surprised, but I thought
it wouldn't be too much to ask.
Have a good day
--