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

..03-May-2022-

.github/workflows/H27-Feb-2020-1816

.gitignoreH A D27-Feb-202027 54

LicenseH A D27-Feb-20201 KiB2016

ReadmeH A D27-Feb-2020168 105

diff.goH A D27-Feb-20207.2 KiB296255

diff_test.goH A D27-Feb-20207.7 KiB258231

example_test.goH A D27-Feb-2020312 2112

formatter.goH A D27-Feb-20207.1 KiB328296

formatter_test.goH A D27-Feb-20205 KiB289262

go.modH A D27-Feb-202078 63

go.sumH A D27-Feb-2020235 43

pretty.goH A D27-Feb-20203.1 KiB10944

zero.goH A D27-Feb-2020992 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