Proposal: Assigning to fields with short declaration notation · Issue #6842 · golang/go
Is there any good reason for this to be unsupported: x.f, err := f() This would be unambiguous, as it would only work if x was previously declared and err was not. The fact it doesn't work forces t...