go/ast.SendStmt.Arrow (field)
7 uses
go/ast (current package)
ast.go#L631: Arrow token.Pos // position of "<-"
go/parser
parser.go#L1734: return &ast.SendStmt{Chan: x[0], Arrow: arrow, Value: y}, false
parser.go#L2077: comm = &ast.SendStmt{Chan: lhs[0], Arrow: arrow, Value: rhs}
go/printer
nodes.go#L1270: p.print(blank, s.Arrow, token.ARROW, blank)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2757: if x.Arrow != 0 {
encode_ast.gen.go#L2759: e.EncodeInt(int64(x.Arrow))
encode_ast.gen.go#L2788: x.Arrow = 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. |