reflect: stub MapOf()

This commit is contained in:
Damian Gryski
2023-03-17 09:31:45 -07:00
committed by Ron Evans
parent 4f8127d0bf
commit 24b4dc31a4
+4
View File
@@ -1263,3 +1263,7 @@ func ArrayOf(n int, t Type) Type {
func StructOf([]StructField) Type {
panic("unimplemented: reflect.StructOf()")
}
func MapOf(key, value Type) Type {
panic("unimplemented: reflect.MapOf()")
}