Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect proto.Message types when failing to export a field (#370)
While we do not provide 1st class handling of protobuf messages, we can at least detect whether the type is a proto.Message and refer the user to the correct package to use to handle protobuf messages with cmp.Equal.
- Loading branch information