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
fix(redact): Copy unexported interface field porperly (#44)
* docs(README.md, clone.go, clone_test.go, redact_test.go): update documentation and tests to reflect the preservation of unexported interface fields in redaction process
* feat(clone.go): add tryRedactField method to streamline field redaction logic and improve code readability
chore(go.mod): update Go version from 1.22 to 1.24.0 (#42)
* chore(go.mod): update Go version from 1.22 to 1.24.0 for compatibility improvements
* chore(go.mod): update Go version from 1.24.0 to 1.24 for consistency