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
chore: apply betteralign struct field optimizations
Run betteralign --apply ./... to reorder struct fields for optimal
memory alignment, saving between 8-24 bytes per struct across:
- internal/config/config.go
- internal/model/group.go, member.go, state.go, user.go
- internal/repository/s3.go
- internal/core/sync.go
- pkg/google/google.go, options.go
- pkg/aws/scim_errors.go, scim_model.go
Fix positional struct literal in pkg/aws/scim.go (HTTPResponseError)
that broke after field reordering — converted to named fields.
Update MarshalJSON test expectations in internal/model to match the
new JSON field serialization order produced by the reordered structs.
0 commit comments