• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D06-May-201827

LicenseH A D06-May-20181 KiB

ReadmeH A D06-May-2018168

diff.goH A D06-May-20186.4 KiB

diff_test.goH A D06-May-20186.8 KiB

example_test.goH A D06-May-2018306

formatter.goH A D06-May-20187.1 KiB

formatter_test.goH A D06-May-20185 KiB

go.modH A D06-May-201867

pretty.goH A D06-May-20183.1 KiB

zero.goH A D06-May-2018992

Readme

1package pretty
2
3    import "github.com/kr/pretty"
4
5    Package pretty provides pretty-printing for Go values.
6
7Documentation
8
9    http://godoc.org/github.com/kr/pretty
10