golang-pretty-dev

Pretty printing for go values
  https://github.com/kr/pretty/
  0
  no reviews



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.