fix make gen

This commit is contained in:
Łukasz Magiera
2022-01-10 18:24:00 +01:00
parent cf7dd36829
commit e216aefd23
9 changed files with 158 additions and 82 deletions
+2
View File
@@ -300,6 +300,8 @@ func init() {
Error: "<error>",
})
addExample(storiface.ResourceTable)
addExample(map[abi.SectorNumber][]uint64{})
}
func GetAPIType(name, pkg string) (i interface{}, t reflect.Type, permStruct []reflect.Type) {