const go/types.String

13 uses

	go/types (current package)
		basic.go#L33: 	String
		builtins.go#L917: 		x.typ = Typ[String]
		builtins.go#L926: 		check.assignment(x, Typ[String], "argument to unsafe.StringData")
		builtins.go#L934: 			check.recordBuiltinType(call.Fun, makeSig(x.typ, Typ[String]))
		gcsizes.go#L111: 		if k == String {
		index.go#L253: 		cu = Typ[String]
		index.go#L285: 				x.typ = Typ[String]
		predicates.go#L539: 			return Typ[String]
		sizes.go#L177: 		if k == String {
		universe.go#L61: 	String:        {String, IsString, "string"},
		universe.go#L123: 		res := newVar(ResultVar, nopos, nil, "", Typ[String])

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