const internal/reflectlite.Map

8 uses

	internal/reflectlite (current package)
		type.go#L102: 	Map
		type.go#L425: 	Map:           "map",
		type.go#L506: 	case Map:
		type.go#L602: 	case Map:
		type.go#L624: 	if t.Kind() != Map {
		type.go#L915: 	case Map:
		value.go#L291: 	case Chan, Func, Map, Pointer, UnsafePointer:
		value.go#L337: 	case Map: