Imports of package core

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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.
mathPackage math provides basic constants and mathematical functions.
strconvPackage strconv implements conversions to and from string representations of basic data types.
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.