const go/types.String

14 uses

	go/types (current package)
		basic.go#L33: 	String
		builtins.go#L852: 		x.typ = Typ[String]
		builtins.go#L861: 		check.assignment(x, Typ[String], "argument to unsafe.StringData")
		builtins.go#L869: 			check.recordBuiltinType(call.Fun, makeSig(x.typ, Typ[String]))
		gcsizes.go#L111: 		if k == String {
		index.go#L244: 				x.typ = Typ[String]
		predicates.go#L541: 			return Typ[String]
		sizes.go#L177: 		if k == String {
		typestring.go#L461: 					if t, _ := under(typ).(*Basic); t == nil || t.kind != String {
		under.go#L105: 		return Typ[String]
		universe.go#L61: 	String:        {String, IsString, "string"},
		universe.go#L126: 		res := NewVar(nopos, nil, "", Typ[String])

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