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
Fixed: not use Go direct assignment for assignable and convertible struct types to avoid non true copying issue which can happen on private fields. Instead, use our self implementation of field-to-field copying.
Fixed: requires copying when destination struct fields are exported so errors will be reported to users if happen.