golang: Don't verify ._recvq and ._sendq of nil channel
Nil channel will soon be changed to be represented by underlying NULL C pointer and there won't be channel object for nil and correspondingly recv/send queues won't be there. -> Prepare for that and don't check for recvq/sendq on nil channel.
Showing
Please register or sign in to comment