pb.Equal fix (#1304)
* pb.Equal fix * file capitalization * oh snake case
This commit is contained in:
parent
ad95d881c7
commit
2c5716e874
@ -32,7 +32,7 @@ func Equal(msg1, msg2 proto.Message) bool {
|
||||
if err != nil {
|
||||
return false
|
||||
}
|
||||
msg2Bytes, err := proto.Marshal(msg1)
|
||||
msg2Bytes, err := proto.Marshal(msg2)
|
||||
if err != nil {
|
||||
return false
|
||||
}
|
Loading…
Reference in New Issue
Block a user