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
Reading the blog post, I believe we should migrate, accessing protobuf struct fields is very error prone (as shown in the blog post), the new opaque API prevents this while improving performance and paving the way for even more improvements in the future.
It's much easier and safer to have one consistent and safe API than expecting we won't write make mistakes while using proto structs or that they will be caught during reviews.
See https://go.dev/blog/protobuf-opaque for details
The text was updated successfully, but these errors were encountered: