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

..03-May-2022-

.github/workflows/H27-Feb-2020-

.gitignoreH A D27-Feb-202027

LicenseH A D27-Feb-20201 KiB

ReadmeH A D27-Feb-2020168

diff.goH A D27-Feb-20207.2 KiB

diff_test.goH A D27-Feb-20207.7 KiB

example_test.goH A D27-Feb-2020312

formatter.goH A D27-Feb-20207.1 KiB

formatter_test.goH A D27-Feb-20205 KiB

go.modH A D27-Feb-202078

go.sumH A D27-Feb-2020235

pretty.goH A D27-Feb-20203.1 KiB

zero.goH A D27-Feb-2020992

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