// FIXME: this apparently needs to be “fixed” .. for _, v := range intvals { go func(v0 int) { fmt.Printf(“v:%v v0:%v\n”, v, v0) }(v) }