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

..03-May-2022-

.gitignoreH A D29-Jul-202027

LicenseH A D29-Jul-20201 KiB

ReadmeH A D29-Jul-2020168

diff.goH A D29-Jul-20206.4 KiB

diff_test.goH A D29-Jul-20206.8 KiB

example_test.goH A D29-Jul-2020306

formatter.goH A D29-Jul-20207.1 KiB

formatter_test.goH A D29-Jul-20205 KiB

go.modH A D29-Jul-202072

go.sumH A D29-Jul-2020235

pretty.goH A D29-Jul-20203.1 KiB

zero.goH A D29-Jul-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