Imports of package cformat

PathSynopsis
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.