Imports of package descriptor

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/golang/protobuf/protoc-gen-go/descriptor
google.golang.org/protobuf/reflect/protodescPackage protodesc provides functionality for converting FileDescriptorProto messages to/from protoreflect.FileDescriptor values.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/runtime/protoimplPackage protoimpl contains the default implementation for messages generated by protoc-gen-go.
io/ioutilPackage ioutil implements some I/O utility functions.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.