Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: ensure that all fields in (un)marshaled structs have tags #393

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Jan 15, 2025

While tags are technically not required, it's recommended to always include them so that changes to the structure of the struct on the Go side do not immediately change the field being used when (un)marshalling from an external data source.

Relates to #274

@G-Rath G-Rath mentioned this pull request Jan 15, 2025
46 tasks
@copybara-service copybara-service bot merged commit dd371ab into google:main Jan 17, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants