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

3 uses

	go/ast (current package)
		ast.go#L932: func (s *ValueSpec) Pos() token.Pos { return s.Names[0].Pos() }

	go/doc
		exports.go#L284: 				spec.Type = copyConstType(prevType, spec.Pos())

	go/types
		resolver.go#L75: 			check.errorf(s, code, "extra init expr at %s", check.fset.Position(init.Pos()))