]> Cypherpunks repositories - gostls13.git/commit
go/ast: mention that FieldLists can now be enclosed by brackets
authorRobert Findley <rfindley@google.com>
Wed, 12 Jan 2022 14:54:19 +0000 (09:54 -0500)
committerRobert Findley <rfindley@google.com>
Wed, 12 Jan 2022 16:50:38 +0000 (16:50 +0000)
commit83bfdb6561c06bd890446af01b0f0c735360a8df
tree7cd6d275d4b41bf03cf3a42ee1189e4060c87b71
parent6e8b7e4f4213afb67a91050cb2d71347d73145aa
go/ast: mention that FieldLists can now be enclosed by brackets

Type parameter lists are stored using ast.FieldLists. Update the
documentation to reflect that the enclosing delimiter may be a bracket.

Change-Id: Id103e7b38975e94a1b521f75695edc10408ad3dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/378014
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/go/ast/ast.go