const go/types.String

14 uses

	go/types (current package)
		basic.go#L33: 	String
		builtins.go#L894: 		x.typ = Typ[String]
		builtins.go#L903: 		check.assignment(x, Typ[String], "argument to unsafe.StringData")
		builtins.go#L911: 			check.recordBuiltinType(call.Fun, makeSig(x.typ, Typ[String]))
		gcsizes.go#L111: 		if k == String {
		index.go#L252: 		cu = Typ[String]
		index.go#L284: 				x.typ = Typ[String]
		predicates.go#L539: 			return Typ[String]
		sizes.go#L177: 		if k == String {
		typestring.go#L461: 					if t, _ := under(typ).(*Basic); t == nil || t.kind != String {
		universe.go#L61: 	String:        {String, IsString, "string"},
		universe.go#L126: 		res := newVar(ResultVar, nopos, nil, "", Typ[String])

	golang.org/x/tools/internal/gcimporter
		predeclared.go#L50: 		types.Typ[types.String],