Imports of package protopath

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/protobuf/internal/encoding/textPackage text implements the text format for protocol buffers.
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/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.