Closed
Description
package main
func main() {
_ = make(<-chan <-chan struct{})
}
https://play.golang.org/p/CKUYB_PX5D
The space between the two "<-chan" is mistakenly shown as a spacing error.
Metadata
Metadata
Assignees
Labels
No labels
package main
func main() {
_ = make(<-chan <-chan struct{})
}
https://play.golang.org/p/CKUYB_PX5D
The space between the two "<-chan" is mistakenly shown as a spacing error.