Imports of conformance command

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/protobuf/conformance/internal/conformance_proto
github.com/golang/protobuf/jsonpbPackage jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.