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
The cmp package provides a powerful way of comparing Go values. However, the package is not all-knowing and the user needs to teach it how to compare specialized types. In a manner similar to the cmpopts package, provide a protocmp package that provides flexibility in comparing protocol buffers.
The text was updated successfully, but these errors were encountered:
dsnet
changed the title
APIv2: protocmp: add package to support comparing protobufs in tests
protocmp: add package to support comparing protobufs in tests
Mar 4, 2020
golang
locked as resolved and limited conversation to collaborators
Jun 26, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
cmp
package provides a powerful way of comparing Go values. However, the package is not all-knowing and the user needs to teach it how to compare specialized types. In a manner similar to thecmpopts
package, provide aprotocmp
package that provides flexibility in comparing protocol buffers.The text was updated successfully, but these errors were encountered: