debugging, to avoid wrapping long output lines in the terminal. This package also provides a convenience wrapper for each function in package fmt that takes a format string. www: https://github.com/kr/pretty.go PR: ports/162416 Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes
7 lines
290 B
Text
7 lines
290 B
Text
Package pretty provides pretty-printing for go values. This is useful during
|
|
debugging, to avoid wrapping long output lines in the terminal.
|
|
|
|
This package also provides a convenience wrapper for each function in
|
|
package fmt that takes a format string.
|
|
|
|
www: https://github.com/kr/pretty.go
|