On Tue, 2025-01-21 at 23:00 -0800, Jason E. Aten wrote: > > So what is "the same make"?
It's not the same make, it's the same *call* to make. So a := make(chan struct{}); b := a; if a == b { /* this executes */ }. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/b30ab56a5762631bedb206e923aa2765dde1f400.camel%40kortschak.io.