-
-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Labels
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.
antonmedv and aamironline