Imports of package stdlib

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
iterPackage iter provides basic definitions and operations related to iterators over sequences.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.