Imports of package prototest

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.
google.golang.org/protobuf/encoding/prototextPackage prototext marshals and unmarshals protocol buffer messages as the textproto format.
google.golang.org/protobuf/encoding/protowirePackage protowire parses and formats the raw wire encoding.
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.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.