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
modify TrackError to TrackError(err, ptrToZeroSizeError) panic
if errors.Is(err, ptrToZeroSizeError) return true for err == ptrToZeroSizeError.
modify TrackErrorOf so that it doesn't distinguish value error type and pointer error type.