You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reflect2 is too brittle because of the reliance on the internals of the golang's compiler. Moreover, it is no longer maintained: github.com/modern-go/reflect2..
Replace the usages of github.com/modern-go/reflect2 with stdlib's reflect.
The text was updated successfully, but these errors were encountered:
reflect2
is too brittle because of the reliance on the internals of the golang's compiler. Moreover, it is no longer maintained: github.com/modern-go/reflect2..Replace the usages of
github.com/modern-go/reflect2
with stdlib'sreflect
.The text was updated successfully, but these errors were encountered: