commit | 79f7966688c1b6b10617c354444bd8c3e5c45d68 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Tue Jan 12 10:32:10 2021 -0500 |
committer | Robert Findley <rfindley@google.com> | Tue Jan 12 16:41:23 2021 +0000 |
tree | 207e3ff042e1809ebeb878c6158d965527ec040a | |
parent | aee3904d8ffd2933c332866a1330366fcb3a1e62 [diff] |
[dev.go2go] go/format: parse type parameters In order to support generic code, cmd/gofmt was updated to parse type parameters. However, the playground uses go/format, which was not updated accordingly. Fix this. A minor change is also made in go/printer to avoid a data race exposed by this change. Fixes #43470 Change-Id: I8a3ac5e3cbc8767e0ca1675130dd27634cb5018f Reviewed-on: https://go-review.googlesource.com/c/go/+/283134 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> Trust: 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 3.0 Attributions 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://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.