From 5cb4f8419452a2bcc698abaf006aebc9af3ada7b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 20 Jan 2013 22:39:13 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14c9bd0..79f2edf 100644 --- a/README.md +++ b/README.md @@ -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