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

..03-May-2022-

.gitignoreH A D06-May-201827 54

LicenseH A D06-May-20181 KiB2217

ReadmeH A D06-May-2018168 105

diff.goH A D06-May-20186.4 KiB266229

diff_test.goH A D06-May-20186.8 KiB214196

example_test.goH A D06-May-2018306 2112

formatter.goH A D06-May-20187.1 KiB329297

formatter_test.goH A D06-May-20185 KiB289262

go.modH A D06-May-201867 42

pretty.goH A D06-May-20183.1 KiB10944

zero.goH A D06-May-2018992 4239

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