invite ... try -> invite ... to try

David Chase 2023-06-05 14:48:01 -04:00
parent 4de205e2be
commit 6ef69fe182

@ -1,4 +1,4 @@
For Go 1.22, the Go team is considering changing the semantics of for loop variables to prevent unintended sharing in per-iteration closures and goroutines. Go 1.21 contains a preliminary implementation of the change, enabled by setting `GOEXPERIMENT=loopvar` when building your program. We invite anyone who wants to help us understand the effects of the change try using `GOEXPERIMENT=loopvar` and let us know about any problems or successes encountered.
For Go 1.22, the Go team is considering changing the semantics of for loop variables to prevent unintended sharing in per-iteration closures and goroutines. Go 1.21 contains a preliminary implementation of the change, enabled by setting `GOEXPERIMENT=loopvar` when building your program. We invite anyone who wants to help us understand the effects of the change to try using `GOEXPERIMENT=loopvar` and let us know about any problems or successes encountered.
This page answers frequently asked questions about the change.