Update README.md

This commit is contained in:
Dave Collins 2013-01-20 22:39:13 -06:00
parent 7385be34ee
commit 5cb4f84194
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ go-spew
=======
Go-spew implements a deep pretty printer for Go data structures to aid in
debugging. It is still under initial development, so some of the formatting
output is likely to change, however it is already quite capable. It is
licensed under the liberal ISC license, so it may be used in open source or
commercial projects.
debugging. A comprehensive suite of tests with 100% test coverage is provided
to ensure proper functionality. See `test_coverage.txt` for the gocov coverage
report. Go-spew is licensed under the liberal ISC license, so it may be used in
open source or commercial projects.
If you're interested in reading about how this package came to life and some
of the challenges involved in provide a deep pretty printer, there is a blog