Imports of package pblite

PathSynopsis
embedPackage embed provides access to files embedded in the running Go program.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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/runtime/protoimplPackage protoimpl contains the default implementation for messages generated by protoc-gen-go.
google.golang.org/protobuf/types/descriptorpb
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.