go/ast.SelectorExpr.Pos (method)

one use

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