Imports of package protocmp

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-cmp/cmpPackage cmp determines equality of values.
github.com/google/go-cmp/cmp/cmpoptsPackage cmpopts provides common options for the cmp package.
google.golang.org/protobuf/encoding/protowirePackage protowire parses and formats the raw wire encoding.
google.golang.org/protobuf/internal/genidPackage genid contains constants for declarations in descriptor.proto and the well-known types.
google.golang.org/protobuf/internal/msgfmtPackage msgfmt implements a text marshaler combining the desirable features of both the JSON and proto text formats.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/reflect/protoregistryPackage protoregistry provides data structures to register and lookup protobuf descriptor types.
google.golang.org/protobuf/runtime/protoifacePackage protoiface contains types referenced or implemented by messages.
google.golang.org/protobuf/runtime/protoimplPackage protoimpl contains the default implementation for messages generated by protoc-gen-go.
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.