go/ast.FieldList.Closing (field)
8 uses
go/ast (current package)
ast.go#L237: Closing token.Pos // position of closing parenthesis/brace/bracket, if any
ast.go#L253: if f.Closing.IsValid() {
ast.go#L254: return f.Closing + 1
go/parser
parser.go#L774: Closing: rbrace,
parser.go#L1096: return &ast.FieldList{Opening: lbrack, List: list, Closing: rbrack}
parser.go#L1111: return &ast.FieldList{Opening: lparen, List: list, Closing: rparen}
parser.go#L1311: Closing: rbrace,
parser.go#L2607: spec.TypeParams = &ast.FieldList{Opening: openPos, List: list, Closing: closePos}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)