Imports of package objx

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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.
io/ioutilPackage ioutil implements some I/O utility functions.
net/urlPackage url parses URLs and implements query escaping.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.