go/ast.SendStmt.Pos (method, view implemented interface methods)

one use

	go/ast (current package)
		ast.go#L776: func (s *SendStmt) Pos() token.Pos       { return s.Chan.Pos() }