Imports of package zipkin_proto3

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/openzipkin/zipkin-go/modelPackage model contains the Zipkin V2 model which is used by the Zipkin Go tracer implementation.
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.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.