Imports of package protolazy

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/protobuf/encoding/protowirePackage protowire parses and formats the raw wire encoding.
google.golang.org/protobuf/runtime/protoifacePackage protoiface contains types referenced or implemented by messages.
ioPackage io provides basic interfaces to I/O primitives.
sortPackage sort provides primitives for sorting slices and user-defined collections.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
unsafePackage unsafe contains operations that step around the type safety of Go programs.