
Package pretty provides pretty-printing for go values. this is useful during debugging, to avoid wrapping long output lines in the terminal.
it provides a function, formatter, that can be used with any function that accepts a format string. it also provides convenience wrappers for functions in packages fmt and log.