Что выведется
package main import "fmt" func main() { msgChan := make(chan string, 1) close(msgChan) stopChan := make(chan struct{})