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