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
While potentially unlikely, calling SetAttrs could occur simultaneously from multiple go-routines, however access to the underlying slice of []slog.Attr is not protected from concurrent access.
At the very least I believe this should be mentioned in the documentation but likely should be addressed to ensure data integrity.
Happy to submit a PR if there is an appetite to address this.