commit | 8a7742e78c8f32fcfe4d7cbcfa2f423c8ac08f29 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Thu Mar 06 09:58:51 2025 -0800 |
committer | Gopher Robot <gobot@golang.org> | Thu Mar 06 13:44:34 2025 -0800 |
tree | 63e36a77efd38e03d50de2d7becff0badcd79a25 | |
parent | 232dfd226bb09b03d2218055d5c8c2c6b2c67ac2 [diff] |
go/types, types2: factor out shared for-range checking code into range.go For go/types, generate its range.go file from the corresponding types2 file. Change-Id: Iaff3ecbf1c536143c92f7b50e2461140469f9280 Reviewed-on: https://go-review.googlesource.com/c/go/+/655536 Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Robert Griesemer <gri@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Findley <rfindley@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attribution license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.