go/ast.SendStmt.Pos (method)

one use

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