Closed
Description
I have deep objects which may sometimes have nil on the chain.
In those cases, without conditional nil operator it becomes very difficult to write expressions.
It could be great to support conditional chaining using question mark such:
https://play.golang.org/p/O70145vAj0-
Best,
Asaf.