go/ast.BinaryExpr.Pos (method)

one use

	go/ast (current package)
		ast.go#L488: func (x *BinaryExpr) Pos() token.Pos     { return x.X.Pos() }