go/ast.ChanType.Begin (field)
4 uses
go/ast (current package)
ast.go#L487: Begin token.Pos // position of "chan" keyword or "<-" (whichever comes first)
ast.go#L528: func (x *ChanType) Pos() token.Pos { return x.Begin }
go/parser
parser.go#L1352: return &ast.ChanType{Begin: pos, Arrow: arrow, Dir: dir, Value: value}
parser.go#L1848: arrow, typ.Begin, typ.Arrow = typ.Arrow, arrow, arrow
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)