go/ast.ArrayType.Lbrack (field)
6 uses
go/ast (current package)
ast.go#L423: Lbrack token.Pos // position of "["
ast.go#L490: func (x *ArrayType) Pos() token.Pos { return x.Lbrack }
go/parser
parser.go#L685: return &ast.ArrayType{Lbrack: lbrack, Len: len, Elt: elt}
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L21: if x.Lbrack != 0 {
encode_ast.gen.go#L23: e.EncodeInt(int64(x.Lbrack))
encode_ast.gen.go#L54: x.Lbrack = token.Pos(d.DecodeInt())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |