reflect.Value.Caller accepted to cut Call's return-slice allocation

The reflect package picks up Value.Caller, an accepted proposal aimed at the allocation reflect.Call does for its return-value slice on every invocation, which matters for anyone leaning on reflection in a hot path. Alongside it, a separate proposal to add maps.Grow is under discussion, filling in the obvious gap next to slices.Grow. On the lighter side, there is a writeup on faking a permanent green dot in Microsoft Teams from Go, which is exactly the sort of thing a Wednesday deserves.