Imports of package typeurl

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
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.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protoregistryPackage protoregistry provides data structures to register and lookup protobuf descriptor types.
pathPackage path implements utility routines for manipulating slash-separated paths.
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.