Imports of package cformat

PathSynopsis
cmpPackage cmp provides types and functions related to comparing ordered values.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/coverage
internal/coverage/cmerge
ioPackage io provides basic interfaces to I/O primitives.
mapsPackage maps defines various functions useful with maps of any type.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.