modern-go / reflect2

reflect api without runtime reflect.Value cost
Apache License 2.0
758 stars 73 forks source link

reflect2.TypeByName doesn't exists in go 1.18 #27

Open mehdihadeli opened 2 years ago

mehdihadeli commented 2 years ago

Hi, I can't find reflect2.TypeByName func in go 1.18 !

pleuvoir commented 1 year ago

any response

mymmsc commented 1 year ago

type_map.go => // +build !gccgo

HealerOS commented 1 month ago

I'm in go 1.19,I also found the problem. Does anyone know how to fix it?