Imports of package pretty

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/kr/textPackage text provides rudimentary functions for manipulating text in paragraphs.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.