Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumGochannel direction typesSingle-choice MCQ

Given the conversion below, which operations are legal on the directional variables?

ch := make(chan int) var send chan<- int = ch var recv <-chan int = ch